MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 38: Line 38:
}
}


/* center elements if screen width is too low */
/* center elements on mobile */
@media only screen and (max-width: 560px){
.mobCenter
.mobCenter
margin:3px auto;
margin:3px auto;
}
}
@media only screen and (min-width: 561px){
.mobCenter{
float:right;
margin-left:3px;
margin-bottom:3px;
}
}
}

Navigation menu