diff --git a/public/stylesheets/styles.css b/public/stylesheets/styles.css index 46dbc91..ee8c86f 100644 --- a/public/stylesheets/styles.css +++ b/public/stylesheets/styles.css @@ -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 { diff --git a/sass/components/_power-screen.scss b/sass/components/_power-screen.scss index c700844..bcd3eea 100644 --- a/sass/components/_power-screen.scss +++ b/sass/components/_power-screen.scss @@ -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 { diff --git a/sass/components/_video-screen.scss b/sass/components/_video-screen.scss index eccbd1c..f238d87 100644 --- a/sass/components/_video-screen.scss +++ b/sass/components/_video-screen.scss @@ -191,7 +191,7 @@ .power-screen__warning-text { color: white; margin: 0; - font-size: .75vw; + font-size: .70vw; padding-left: 1vw; padding-top: .5vw; }