From 4fd8e2d9e273968c80b2843b2d3a344bff445664 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 24 May 2018 12:53:12 -0400 Subject: [PATCH] Added some height to landing page header to fit new logo/slogan size --- css/app.css | 2 +- scss/_header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index cea8936..5a83ed6 100644 --- a/css/app.css +++ b/css/app.css @@ -7200,7 +7200,7 @@ header .social { margin-top: 200px; padding-top: 100px; } .landing-wrapper header.main { - height: 200px; } + height: 220px; } .landing-wrapper header.main .header-top { height: 200px; } .landing-wrapper header.main .top-bar { diff --git a/scss/_header.scss b/scss/_header.scss index 65bbbd1..56e0c88 100644 --- a/scss/_header.scss +++ b/scss/_header.scss @@ -252,7 +252,7 @@ header { padding-top: 100px; } header.main { - height: 200px; + height: 220px; .header-top { height: 200px; } -- 2.17.1