Fix 'large-only' style on width restraint for frontpage featured image
authorLaury GvR <laury@gaslightmedia.com>
Tue, 18 Dec 2018 16:12:06 +0000 (11:12 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 18 Dec 2018 16:12:06 +0000 (11:12 -0500)
css/app.css
parts/header-meta.php
scss/_page.header.scss
scss/plugins/_glm-member-db-packaging.scss [new file with mode: 0644]
sections/header.php

index 06fde3b..a217232 100644 (file)
@@ -6594,7 +6594,7 @@ body #feature-image {
     position: absolute;
     bottom: 200px;
     left: 10%; }
-    @media only screen and (min-width:64.063em) and (max-width:90em) {
+    @media only screen and (min-width:64.063em) {
       #front-featured-image-container #front-featured-image-content {
         max-width: 600px; } }
     @media only screen and (min-width:40.063em) and (max-width:64em) {
index 859dbb8..60634a3 100644 (file)
@@ -3,7 +3,7 @@
     <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/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.11">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.12">
     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700|Josefin+Sans|Lato' rel='stylesheet' type='text/css'>
index 704508f..5106836 100644 (file)
@@ -341,7 +341,7 @@ body{
         position: absolute;
         bottom: 200px;
         left: 10%;
-        @media #{$large-only} {
+        @media #{$large-up} {
             max-width: 600px;
         }
         @media #{$medium-only} {
diff --git a/scss/plugins/_glm-member-db-packaging.scss b/scss/plugins/_glm-member-db-packaging.scss
new file mode 100644 (file)
index 0000000..e69de29
index f3a79d0..a048d47 100644 (file)
@@ -17,7 +17,7 @@
                 </a>
             </li>
             <li class="top-link">
-                <a href="<?php echo get_permalink( 191 );?>">
+                <a href="#<?php //echo get_permalink( 191 );?>">
                     <i class="fas fa-2x fa-tags"></i>
                     <span class="top-link-text">Deals & Packages</span>
                 </a>