Sha256: 0c15e28cb2ed4a7eec26f1195e8df61c07f43c980ab4cca77567594faccaf558

Contents?: true

Size: 1.24 KB

Versions: 3

Compression:

Stored size: 1.24 KB

Contents

/************************************************************************************
smaller than 975px
*************************************************************************************/
@media screen and (max-width: 975px) {
}

/************************************************************************************
smaller than 800px
*************************************************************************************/
@media screen and (max-width: 800px) {
  html, body { font-size: 16px; }
  .article {
    .article_header, .article_teaser, .article_content {
      & > * { padding: 0 8%; }
    }
  }
}

/************************************************************************************
smaller than 600px
*************************************************************************************/
@media screen and (max-width: 600px) {
  html, body { font-size: 14px; }
  .article.small { width: 100%; max-width: 100%; }
}

/************************************************************************************
smaller than 480px
*************************************************************************************/
@media screen and (max-width: 480px) {
html, body { font-size: 14px; }
  .article {
    .article_header h1 {
      font-size: 2.5em;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lines-engine-0.6.2 app/assets/stylesheets/lines/media_queries.scss
lines-engine-0.6.1 app/assets/stylesheets/lines/media_queries.scss
lines-engine-0.6 app/assets/stylesheets/lines/media_queries.scss