From ab35398132180882c0ff7a172a1bc88fad88f5dd Mon Sep 17 00:00:00 2001 From: Max Stevenson Date: Wed, 2 Sep 2020 16:54:22 -0500 Subject: [PATCH] Continuation of changes. --- public/stylesheets/styles.css | 8 ++++---- sass/components/_display-text.scss | 6 +++--- sass/components/_level-info.scss | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/stylesheets/styles.css b/public/stylesheets/styles.css index a5a3447..c768149 100644 --- a/public/stylesheets/styles.css +++ b/public/stylesheets/styles.css @@ -454,7 +454,7 @@ body { } #tour-display__wrapper-right, #tour-display__wrapper-left { - width: 43px; + width: 12%; } #sys-one { @@ -464,7 +464,7 @@ body { #sys-one, #sys-four { - font-size: 38px; + font-size: 3vw; } #sys-two { @@ -477,7 +477,7 @@ body { #sys-three, #sys-two { - font-size: 26px; + font-size: 1.5vw; } #sys-four { @@ -516,7 +516,7 @@ body { color: white; background-color: black; font-weight: bolder; - font-size: 30px; + font-size: 2.5vw; margin: 2px 0 0 0; flex: 1; } diff --git a/sass/components/_display-text.scss b/sass/components/_display-text.scss index da77b6e..3e904d2 100644 --- a/sass/components/_display-text.scss +++ b/sass/components/_display-text.scss @@ -37,7 +37,7 @@ } #tour-display__wrapper-right, #tour-display__wrapper-left { - width: 43px; + width: 12%; } #sys-one { @@ -47,7 +47,7 @@ #sys-one, #sys-four { - font-size: 38px; + font-size: 3vw; } #sys-two { @@ -60,7 +60,7 @@ #sys-three, #sys-two { - font-size: 26px; + font-size: 1.5vw; } #sys-four { diff --git a/sass/components/_level-info.scss b/sass/components/_level-info.scss index 4597e11..e20a04f 100644 --- a/sass/components/_level-info.scss +++ b/sass/components/_level-info.scss @@ -29,7 +29,7 @@ color: white; background-color: black; font-weight: bolder; - font-size: 30px; + font-size: 2.5vw; margin: 2px 0 0 0; flex: 1; }