From 21dea4e6678acd38a18062ae9b10b69d5c2ee366 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 11 Dec 2018 14:52:52 -0500 Subject: [PATCH] testing vw for the grid blocks in ie11 --- css/app.css | 2 +- scss/plugins/_blocks.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index a56b47e..8eee065 100644 --- a/css/app.css +++ b/css/app.css @@ -6960,7 +6960,7 @@ a[href^=tel] { overflow: hidden; } @media screen and (-ms-high-contrast: none) { #glm-photo-grid #glm-blocks-grid .land-page-block-image { - padding: 145px !important; } } + padding: 11.5vw !important; } } div.weather-atlas-wrapper { background: transparent !important; diff --git a/scss/plugins/_blocks.scss b/scss/plugins/_blocks.scss index e4f14c3..b98caa9 100644 --- a/scss/plugins/_blocks.scss +++ b/scss/plugins/_blocks.scss @@ -213,7 +213,7 @@ } @media screen and (-ms-high-contrast: none) { .land-page-block-image{ - padding: 145px !important; + padding: 11.5vw !important; } } } -- 2.17.1