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; } }