From ce676b254af0379aa8297195aa888c79d65467c4 Mon Sep 17 00:00:00 2001 From: Adrien Vauthey Date: Sun, 4 Jun 2023 13:23:57 +0200 Subject: [PATCH] adjusted border radius --- website/css/custom.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/website/css/custom.css b/website/css/custom.css index a9e4ff1..8ceedbd 100755 --- a/website/css/custom.css +++ b/website/css/custom.css @@ -1175,19 +1175,22 @@ a:hover { } .box-heatmap { - margin: 5px; + border-radius: 3px; + margin: 5px; width: 55%; padding:20px; background-color: #cfcfcf; } .box-donut { + border-radius: 3px; width: 40%; - margin: 5px; + margin: 5px; padding:20px; - background-color: white; + background-color:white; } .box-stacked { - margin: 5px; + border-radius: 3px; + margin: 5px; padding:20px; }