From cbf6cf148434294a0ba65b5d39d78518ec924f70 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 27 Mar 2024 20:52:09 +0100 Subject: [PATCH] background color --- web/new website/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/new website/style.css b/web/new website/style.css index 7598d8e..a6830f0 100644 --- a/web/new website/style.css +++ b/web/new website/style.css @@ -48,7 +48,7 @@ body { align-items: center; justify-content: space-around; flex-wrap: wrap; - width: 20%; + width: 15%; height: 110%; background-color: #ddd; color: #333; @@ -82,6 +82,7 @@ body { left: 0; z-index: 1; /* Make the image display below the needle */ bottom: 0; + margin-bottom: 10px; } .gaugeValue, .gaugeText {