More compiling and style changes.

This commit is contained in:
Max Stevenson 2020-11-10 20:49:32 -06:00
parent f9326f3dce
commit b112646efb
3 changed files with 4 additions and 4 deletions

View File

@ -895,7 +895,7 @@ body {
.power-screen__warning-text {
color: white;
margin: 0;
font-size: 0.75vw;
font-size: 0.7vw;
padding-left: 1vw;
padding-top: 0.5vw;
}
@ -1235,7 +1235,7 @@ body {
#power-display__inner > div.power-screen__votage-output-container {
display: flex;
justify-content: space-evenly;
margin-bottom: 1vw;
margin-bottom: 0.5vw;
}
.breaker-label__text {

View File

@ -51,7 +51,7 @@
#power-display__inner > div.power-screen__votage-output-container {
display: flex;
justify-content: space-evenly;
margin-bottom: 1vw;
margin-bottom: .5vw;
}
.breaker-label__text {

View File

@ -191,7 +191,7 @@
.power-screen__warning-text {
color: white;
margin: 0;
font-size: .75vw;
font-size: .70vw;
padding-left: 1vw;
padding-top: .5vw;
}