From 657450bd07d2a3a6d46a69087f279fb7f1ef6ab9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Mar 2019 17:59:13 -0400 Subject: [PATCH] Increase size of frontpage header image --- css/app.css | 2 +- scss/_page.header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 1ecab34..95eda7c 100644 --- a/css/app.css +++ b/css/app.css @@ -6854,7 +6854,7 @@ ul#sec-nav { .hero-image-container { width: 100%; - padding-bottom: 30%; + padding-bottom: 40%; background: url("../assets/2-and-7.jpg"); } video { diff --git a/scss/_page.header.scss b/scss/_page.header.scss index fbc60a1..611a508 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: 30%; + padding-bottom: 40%; background: url("../assets/2-and-7.jpg"); } .hero-image { -- 2.17.1