From f268b59f3aa9e83dd66c390d1d19d2454e9814d3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 10 Apr 2019 14:52:20 -0400 Subject: [PATCH] Gruntified previous commit --- css/app.css | 2 +- scss/plugins/_glm-member-db.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 5ecf6fd..e6e0804 100644 --- a/css/app.css +++ b/css/app.css @@ -8216,7 +8216,7 @@ h3#ship-to-different-address { margin: 10px auto 20px; width: 100%; font-size: 16px; } - @media only screen and (min-width:0em) and (max-width:64em) { + @media only screen and (min-width:64.063em) { #page-wrapper #glm-member-detail-avenza-section-mobile { display: none; } } #page-wrapper #glm-member-detail-side-box { diff --git a/scss/plugins/_glm-member-db.scss b/scss/plugins/_glm-member-db.scss index f225f4d..6db2cf3 100644 --- a/scss/plugins/_glm-member-db.scss +++ b/scss/plugins/_glm-member-db.scss @@ -77,7 +77,7 @@ } #glm-member-detail-avenza-section-mobile { - @media #{$medium-down} { + @media #{$large-up} { display: none; } clear:both; -- 2.17.1