From: Anthony Talarico Date: Wed, 12 Dec 2018 19:11:03 +0000 (-0500) Subject: fixing the ie 11 pghoto grid X-Git-Tag: v1.0.0^2~281 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6cb87cfaafa0d63a7a04320fb3a46e8657eafca9;p=WP-Themes%2Fuptravel.git fixing the ie 11 pghoto grid --- diff --git a/css/app.css b/css/app.css index 4fc55b3..c84d165 100644 --- a/css/app.css +++ b/css/app.css @@ -6969,7 +6969,7 @@ a[href^=tel] { overflow: hidden; } @media screen and (-ms-high-contrast: none) { #glm-photo-grid #glm-blocks-grid .land-page-block-image { - padding: 10.5vw !important; } } + padding: 9.5vw !important; } } div.weather-atlas-wrapper { background: transparent !important; diff --git a/scss/plugins/_blocks.scss b/scss/plugins/_blocks.scss index 381aafc..c569aa4 100644 --- a/scss/plugins/_blocks.scss +++ b/scss/plugins/_blocks.scss @@ -214,7 +214,7 @@ } @media screen and (-ms-high-contrast: none) { .land-page-block-image{ - padding: 10.5vw !important; + padding: 9.5vw !important; } } }