Sha256: 204339c488bbd5916d7873da925479495611bb80a25651e1ea7e904788ab8b85

Contents?: true

Size: 1.13 KB

Versions: 56

Compression:

Stored size: 1.13 KB

Contents

// 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>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 {
    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

56 entries across 56 versions & 2 rubygems

Version Path
jekyll-geolexica-1.0.2 _sass/legacy-crossbrowser.scss
jekyll-geolexica-1.0.0 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.6.0 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.9 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.8 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.7 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.5 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.4 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.3 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.2 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.1 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.5.0 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.4.9 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.4.8 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.4.7 _sass/legacy-crossbrowser.scss
jekyll-theme-isotc211-0.4.6 _sass/legacy-crossbrowser.scss