Formatting updates

This commit is contained in:
Zach Herbert 2020-02-18 01:01:42 -05:00
parent 382dce62f8
commit fad5299ca9
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
@media (min-width: $largebp) { @media (min-width: $largebp) {
font-size: 18px; font-size: 18px;
max-width: 560px; max-width: 500px;
} }
} }

View File

@ -32,7 +32,7 @@
} }
p { p {
font-size: 20px; font-size: 21px;
line-height: 1.33; line-height: 1.33;
max-width: 560px; max-width: 560px;
margin: 0 auto; margin: 0 auto;

View File

@ -5,13 +5,13 @@
.bottom-text { .bottom-text {
color: $lightGray; color: $lightGray;
font-size: 13px; font-size: 16px;
text-align: center; text-align: center;
max-width: 670px; max-width: 590px;
margin: 25px auto 0; margin: 25px auto 0;
@media (min-width: $largebp) { @media (min-width: $largebp) {
font-size: 14px; font-size: 16px;
} }
} }
} }