Reduce padding of frontpage header image to display proper dimensions
authorLaury GvR <laury@gaslightmedia.com>
Mon, 25 Mar 2019 18:32:24 +0000 (14:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 25 Mar 2019 18:32:24 +0000 (14:32 -0400)
css/app.css
header.php
scss/_page.header.scss

index eb19627..67f43c7 100644 (file)
@@ -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; }
index 54af24c..8e109bd 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.37">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.39">
 <!--      <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 7bb3921..289bc88 100644 (file)
@@ -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;