_sass/legacy-crossbrowser.scss in jekyll-theme-isotc211-0.4.1 vs _sass/legacy-crossbrowser.scss in jekyll-theme-isotc211-0.4.2
- old
+ new
@@ -1,4 +1,13 @@
+// Flexbox corrections for IE 11
+@media all and (-ms-high-contrast:none){
+ body.home section.resource-row{
+ min-height: 420px;
+ }
+}
+
+
+
// Layout workaround without using Flexbox for IE 10 and below
@media screen and (min-width:0\0) {
body>header {
margin: 0;