diff --git a/homepage/style.css b/homepage/style.css index 1e6799f..56403ae 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -15,6 +15,7 @@ a:hover { h3 { text-align: center; + margin-bottom: 12px; } iframe { @@ -71,7 +72,6 @@ button { } button:hover { - font-weight: bold; color: blue; } @@ -131,6 +131,7 @@ button:hover { justify-content: space-between; margin-left: auto; margin-right: auto; + margin-bottom: 15px; } .topnav form { @@ -143,7 +144,8 @@ button:hover { text-align: center; padding: 14px 16px; width: auto; - height: auto; + height: 100%; + vertical-align: middle; } .topnav button:hover { @@ -188,6 +190,9 @@ button:hover { margin-left: auto; } +.overview .chart { + margin-top: 10px; +} .overview-stats { display: flex; justify-content: center; @@ -363,6 +368,7 @@ button:hover { .overview .right-column .chart img { margin-left: 5%; margin-right: auto; + margin-top: 10px; } } @media screen and (max-width: 1000px) { diff --git a/scripts/overview.php b/scripts/overview.php index 9bb86f2..697491f 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -103,7 +103,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
Confidence:
- +