From ad8f56b21409a19187cc123a56ec4be32f684d34 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 16 Nov 2017 20:17:42 -0700 Subject: [PATCH] Bigger name! --- css/style.css | 2 +- sass/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 5493fdc..8faa26b 100644 --- a/css/style.css +++ b/css/style.css @@ -172,7 +172,7 @@ body { font-style: italic; color: #ccc; } #mast h1 { - font-size: 2.5em; + font-size: 2.8em; font-style: italic; font-weight: normal; color: #ed1a76; diff --git a/sass/style.scss b/sass/style.scss index d2b7803..9a987d7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -63,7 +63,7 @@ color: $grey; } h1{ - font-size: 2.5em; + font-size: 2.8em; font-style: italic; font-weight: normal; color: $pink;