From 763dd2ddbff7e41062696da5fbfb34cb907c56d2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Mar 2019 17:55:15 -0400 Subject: [PATCH] Frontpage header image using padding instead of margin --- css/app.css | 5 +++++ front-page.php | 5 +++-- scss/_page.header.scss | 8 ++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 2f1e289..1ecab34 100644 --- a/css/app.css +++ b/css/app.css @@ -6852,6 +6852,11 @@ ul#sec-nav { z-index: 6 !important; display: none; } +.hero-image-container { + width: 100%; + padding-bottom: 30%; + background: url("../assets/2-and-7.jpg"); } + video { width: 100%; margin-bottom: 30px; } diff --git a/front-page.php b/front-page.php index c20e739..e112d19 100644 --- a/front-page.php +++ b/front-page.php @@ -5,15 +5,16 @@
+
+ +
-
-