fixed scaling

This commit is contained in:
2024-03-28 15:07:57 +01:00
parent 899d2bb868
commit d21bae4b19

View File

@@ -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 {