From a9af20558fe3b46eaeb0961406a4f91adf4dd923 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 27 Feb 2017 17:25:00 -0800 Subject: [PATCH] hero header margins --- website/source/assets/stylesheets/_components.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }