Sha256: 5f5c4c90edfd30d81e6bc4bbbd4cf085bd664eb28b8a238c9e39b711e70685f0
Contents?: true
Size: 1.13 KB
Versions: 10
Compression:
Stored size: 1.13 KB
Contents
/************************************************************************************ smaller than 975px *************************************************************************************/ @media screen and (max-width: 975px) { } /************************************************************************************ smaller than 800px *************************************************************************************/ @media screen and (max-width: 800px) { html { font-size: 16px; } .article { .article_header, .article_teaser, .article_content { & > * { padding: 0 8%; } } } } /************************************************************************************ smaller than 600px *************************************************************************************/ @media screen and (max-width: 600px) { html { font-size: 14px; } .article.small { width: 100%; max-width: 100%; } } /************************************************************************************ smaller than 480px *************************************************************************************/ @media screen and (max-width: 480px) { }
Version data entries
10 entries across 10 versions & 1 rubygems