Sha256: b12fb5df92402a4ceb05a9bf2084d8deb3e80c0eda21a64ccb21c018dc66660c
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 KB
Contents
/************************************************************************************ smaller than 975px *************************************************************************************/ @media screen and (max-width: 975px) { } /************************************************************************************ smaller than 800px *************************************************************************************/ @media screen and (max-width: 800px) { html { font-size: 14px; } } /************************************************************************************ smaller than 600px *************************************************************************************/ @media screen and (max-width: 600px) { html { font-size: 12px; } .article.small { width: 100%; max-width: 100%; } } /************************************************************************************ smaller than 480px *************************************************************************************/ @media screen and (max-width: 480px) { }
Version data entries
6 entries across 6 versions & 1 rubygems