Difference between revisions of "User:Felix/Test.css"
Jump to navigation
Jump to search
imported>Felix |
imported>Felix |
||
| Line 1: | Line 1: | ||
| − | @media only screen and (max-width: | + | @media only screen and (max-width: 720px) { |
#left { | #left { | ||
min-width: 100%; | min-width: 100%; | ||
} | } | ||
} | } | ||
Revision as of 22:18, 12 September 2016
@media only screen and (max-width: 720px) {
#left {
min-width: 100%;
}
}