_sass/legacy-crossbrowser.scss in jekyll-theme-isotc211-0.4.4 vs _sass/legacy-crossbrowser.scss in jekyll-theme-isotc211-0.4.6
- old
+ new
@@ -1,14 +1,5 @@
-// Flexbox corrections for IE 11
-@media all and (-ms-high-contrast:none){
- body.home section.resource-row > .resource{
- display: inline-block;
- }
-}
-
-
-
// Layout workaround without using Flexbox for IE 10 and below
@media screen and (min-width:0\0) {
body>header {
margin: 0;
@@ -29,16 +20,10 @@
body>main {
display: block;
}
- body.home section.resource-row>.resource {
- width: 31%;
- display: block;
- float: left;
- }
-
body.home>main>.news .items {
padding: 0;
margin: 0;
margin-left: 15%;
width: 75%;
@@ -57,11 +42,10 @@
body.home>main>.news .news-item-card.news-item--with-illustration {
min-height: 208px;
}
- body.home>main>.news,
- body.home section.resource-row {
+ body.home>main>.news {
clear: both;
display: block;
}
body.home>main>.news .items {