Blog section margin-top increased to accommodate larger header
authorLaury GvR <laury@gaslightmedia.com>
Mon, 16 Apr 2018 20:23:09 +0000 (16:23 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 16 Apr 2018 20:23:09 +0000 (16:23 -0400)
css/app.css
parts/header-meta.php
scss/_blog.scss

index efedccf..13d9784 100644 (file)
@@ -7993,7 +7993,7 @@ input[type="submit"].blogbutton {
         line-height: 1; }
 
 main.blog-home, main.blog-archive, main.blog-single {
-  margin-top: 170px;
+  margin-top: 200px;
   padding-bottom: 50px; }
 
 .blog-archive .featured-image-wrap, .blog-home .featured-image-wrap {
index 829b141..3072ab0 100644 (file)
@@ -2,7 +2,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=0.0.3">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.4">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="https://fonts.googleapis.com/css?family=El+Messiri" rel="stylesheet">
index 80d83d9..b1844a6 100644 (file)
@@ -134,7 +134,7 @@ input[type="submit"].blogbutton {
     }
 }
 main.blog-home, main.blog-archive, main.blog-single{
-    margin-top: 170px;
+    margin-top: 200px;
     padding-bottom: 50px;
 }
 .blog-archive, .blog-home {