User:Idolon/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
@media screen and (max-width: 320px) { | @media screen and (max-width: 320px) { | ||
html { | |||
font-size: 150%; | |||
} | |||
} | |||
#content { | |||
min-width: 300px; | |||
} | |||
} | } |
Revision as of 03:47, 25 May 2011
@media screen and (max-width: 320px) { html { font-size: 150%; } #content { min-width: 300px; } }