From d21bae4b192d28dd913fbd01c3c07fd773df0329 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Thu, 28 Mar 2024 15:07:57 +0100 Subject: [PATCH] fixed scaling --- web/new website/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/new website/style.css b/web/new website/style.css index 22e25b4..3dab72f 100644 --- a/web/new website/style.css +++ b/web/new website/style.css @@ -6,6 +6,7 @@ } body { + padding-top: 5vw; display: flex; justify-content: center; align-items: center; @@ -31,7 +32,7 @@ body { clear: both; margin-bottom: 10px; position: relative; - top: -20vh; + float: top; } .groupTitle { width: 100%; @@ -75,6 +76,7 @@ body { height: 80%; /* Increase the height from 70% to 80% */ position: relative; overflow: visible; + } .gaugeImage {