From 4b381fb2a8b0a8256090c76950c5857355e101f0 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 18 Dec 2018 11:12:06 -0500 Subject: [PATCH] Fix 'large-only' style on width restraint for frontpage featured image --- css/app.css | 2 +- parts/header-meta.php | 2 +- scss/_page.header.scss | 2 +- scss/plugins/_glm-member-db-packaging.scss | 0 sections/header.php | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 scss/plugins/_glm-member-db-packaging.scss 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 @@