From 7aebac9d84e4d6cf58876f98402261fc74de8777 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 3 May 2018 02:10:48 -0400 Subject: [PATCH] Shrink font a bit. --- content/contacts.md | 2 +- css/style.scss | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/content/contacts.md b/content/contacts.md index 7861d7a..586b8bd 100644 --- a/content/contacts.md +++ b/content/contacts.md @@ -1,4 +1,4 @@ -### Contacts ### +## Contacts ## **Cornell** Room 442 diff --git a/css/style.scss b/css/style.scss index b50a8ea..1972333 100644 --- a/css/style.scss +++ b/css/style.scss @@ -48,14 +48,10 @@ body { @include justify-content(flex-start); h1 { - @include adjust-font-size-to(3em, 1); - } - - h2 { @include adjust-font-size-to(2em, 1); } - h3 { + h2 { @include adjust-font-size-to(1.5em, 1); } @@ -82,7 +78,7 @@ body { padding: $text-pad; h1 { - @include adjust-font-size-to(5em,1); + @include adjust-font-size-to(4em); color: white; } } @@ -132,7 +128,7 @@ body { // @include flex(1 1); padding: $text-pad; - h3 { + h2 { color: $main-color; } }