From 581c4d8b3423e41118ded19e9478601dca34fde9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 25 Mar 2019 14:32:24 -0400 Subject: [PATCH] Reduce padding of frontpage header image to display proper dimensions --- css/app.css | 2 +- header.php | 2 +- scss/_page.header.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index eb19627..67f43c7 100644 --- a/css/app.css +++ b/css/app.css @@ -6854,7 +6854,7 @@ ul#sec-nav { .hero-image-container { width: 100%; - padding-bottom: 55%; + padding-bottom: 32%; background: url("../assets/2and7TrueNorth1900X600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover; } diff --git a/header.php b/header.php index 54af24c..8e109bd 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 7bb3921..289bc88 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -216,7 +216,7 @@ ul#sec-nav { } .hero-image-container { width: 100%; - padding-bottom: 55%; + padding-bottom: 32%; background: url("../assets/2and7TrueNorth1900X600.jpg?v=1.0"); background-repeat: no-repeat; background-size: cover; -- 2.17.1