From: Laury GvR Date: Tue, 18 Dec 2018 16:12:06 +0000 (-0500) Subject: Fix 'large-only' style on width restraint for frontpage featured image X-Git-Tag: v1.0.0^2~182 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4b381fb2a8b0a8256090c76950c5857355e101f0;p=WP-Themes%2Fuptravel.git Fix 'large-only' style on width restraint for frontpage featured image --- diff --git a/css/app.css b/css/app.css index 06fde3b..a217232 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/parts/header-meta.php b/parts/header-meta.php index 859dbb8..60634a3 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,7 +3,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 704508f..5106836 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -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 index 0000000..e69de29 diff --git a/sections/header.php b/sections/header.php index f3a79d0..a048d47 100644 --- a/sections/header.php +++ b/sections/header.php @@ -17,7 +17,7 @@