From 87e87cecee423517f6ac86dbb1794700819a5a90 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sun, 9 Jun 2019 10:31:35 -0700 Subject: [PATCH] Update overall font size --- styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/index.css b/styles/index.css index 9282bed..d2fafca 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Cormorant'); html { - font-size: 22px; + font-size: 26px; } body { @@ -51,7 +51,7 @@ footer { @media all and (max-width: 500px) { html { - font-size: 17px; + font-size: 20px; } body { line-height: 1.7;