From: Laury GvR Date: Wed, 10 Apr 2019 18:52:20 +0000 (-0400) Subject: Gruntified previous commit X-Git-Tag: v1.0.19^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f268b59f3aa9e83dd66c390d1d19d2454e9814d3;p=WP-Themes%2Fmichigantrailmaps.git Gruntified previous commit --- 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;