diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index d56d71f56..1a7fd5c6c 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -18,14 +18,14 @@ header .header { background-position: 35px -40px; background-size: 100%; - h2 { + h1 { margin-top: 70px; } @media (max-width: $screen-md-max) { height: $hero-height; - h2 { + h1 { font-size: 2.1em; } } @@ -34,7 +34,7 @@ header .header { height: auto; background: none; - h2 { + h1 { margin: 0; padding: 1em; }