Sha256: 987e674ad8a16edd175589919038f68dcc886c4c78c1be18cd6eae59266f5074

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

// 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;
		padding: 0;
		padding-left: 15%;
		padding-top: 12px;
	}

	body>header .site-headline .site-title .committee-widget {
		font-size: 95%;
	}

	body>header .site-headline .site-title .title {
		display: block;
		margin-top: 12px;
		padding-bottom: 12px;
	}

	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%;
	}

	body.home>main>.news .news-item-card {
		display: block;
		margin-top: 18px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	body.home>main>.news .items .news-item-card:first-child {
		margin-left: 0;
	}

	body.home>main>.news .news-item-card.news-item--with-illustration {
		min-height: 208px;
	}

	body.home>main>.news,
	body.home section.resource-row {
		clear: both;
		display: block;
	}

	body.home>main>.news .items {
		padding-bottom: 18px;
	}

	body>footer {
		padding-top: 8px;
	}

	body>footer ul[role="nav"] li {
		display: inline-block;
	}

	body>footer .powered-by {
		float: right
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-isotc211-0.4.3 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.4.2 _sass/legacy-crossbrowser.scss