diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index dc0b128..8b178ba 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -6,7 +6,7 @@ $ninesixty_columns: 12; h1 { font-family: 'Lobster', Georgia, Times, serif; - font-size: 5em; + font-size: 3em; } body { @@ -36,7 +36,6 @@ a { text-decoration:none; &:hover { font-weight:bold; - color: $orange; } } @@ -45,6 +44,7 @@ header { a { margin-right: 10px; } + margin-bottom: 1em; } footer {