Continuation of changes.

This commit is contained in:
Max Stevenson 2020-09-02 16:54:22 -05:00
parent 4009d0de52
commit ab35398132
3 changed files with 8 additions and 8 deletions

View File

@ -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;
}

View File

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

View File

@ -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;
}