Update overall font size

This commit is contained in:
Nathan Chapman 2019-06-09 10:31:35 -07:00
parent 2fe47bf0ee
commit 87e87cecee

View File

@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant'); @import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant');
html { html {
font-size: 22px; font-size: 26px;
} }
body { body {
@ -51,7 +51,7 @@ footer {
@media all and (max-width: 500px) { @media all and (max-width: 500px) {
html { html {
font-size: 17px; font-size: 20px;
} }
body { body {
line-height: 1.7; line-height: 1.7;