Avoid repeating frontpage header image
authorLaury GvR <laury@gaslightmedia.com>
Thu, 21 Mar 2019 16:11:47 +0000 (12:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 21 Mar 2019 16:11:47 +0000 (12:11 -0400)
css/app.css
header.php
scss/_page.header.scss

index 55e8dd2..0fa2dcc 100644 (file)
@@ -6855,7 +6855,9 @@ ul#sec-nav {
 .hero-image-container {
   width: 100%;
   padding-bottom: 55%;
-  background: url("../assets/2-and-7.jpg?v=1.0"); }
+  background: url("../assets/2-and-7.jpg?v=1.0");
+  background-repeat: no-repeat;
+  background-size: cover; }
 
 video {
   width: 100%;
index 7bbc9d9..ecb0ba2 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.35">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.36">
 <!--      <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 0670517..200bb7b 100644 (file)
@@ -218,6 +218,8 @@ ul#sec-nav {
     width: 100%;
     padding-bottom: 55%;
     background: url("../assets/2-and-7.jpg?v=1.0");
+    background-repeat: no-repeat;
+    background-size: cover;
 }
 .hero-image {