Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 21: Line 21:
}
}


@media screen and (max-width: 480px) {
@media screen and (width <= 480px) {


.em-shrinker {
.em-shrinker {
Line 310: Line 310:


/************************************ LANDSCAPE *********************/
/************************************ LANDSCAPE *********************/
@media all and (min-width: 481px) {
@media all and (width > 480px) {
.em-shrinker {
.em-shrinker {
   display: inline-block;
   display: inline-block;