fixed scaling
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
padding-top: 5vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -31,7 +32,7 @@ body {
|
|||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -20vh;
|
float: top;
|
||||||
}
|
}
|
||||||
.groupTitle {
|
.groupTitle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -75,6 +76,7 @@ body {
|
|||||||
height: 80%; /* Increase the height from 70% to 80% */
|
height: 80%; /* Increase the height from 70% to 80% */
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gaugeImage {
|
.gaugeImage {
|
||||||
|
Reference in New Issue
Block a user