fixing blog interior page featured images to move the logo to the tab bar in mobile...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Mar 2019 13:04:55 +0000 (09:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Mar 2019 13:04:55 +0000 (09:04 -0400)
css/app.css
header.php
scss/_blog.scss
style.css

index 3d75266..d7e95f3 100644 (file)
@@ -8111,9 +8111,6 @@ body #glm-member-front-header .glm-button.button {
   font-style: normal;
   font-weight: normal; }
 
-.blog-home #head-img {
-  margin-top: -278px; }
-
 .blog-single #head-img {
   margin: -280px auto 0; }
   @media only screen and (max-width: 40em) {
index d17f99a..05730ce 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.2.55">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.56">
       <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 549e54e..56a1fb8 100644 (file)
 }
 .blog-home {
     #head-img {
-        margin-top: -278px;
+        // margin-top: -278px;
     }
 }
 .blog-single {
index 5a9b65b..91c4cc9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MountPleasantCVB
-Version: 1.2.55
+Version: 1.2.56
 */