diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index f6ea872..049823a 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -16,10 +16,12 @@ $container-width: 50em; h1 { font-family: 'Lobster', Georgia, Times, serif; font-size: 2em; + font-weight: 600; line-height: 1em; } h2 { font-size: 1.5em; + font-weight: 500; line-height: 1em; } @@ -129,5 +131,4 @@ footer { #overview { span { font-size: 2em; }; - li { line-height: 0.8em; }; }