MediaWiki:Mobile.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS for mobile version of VR & AR Wiki */ | /* CSS for mobile version of VR & AR Wiki */ | ||
/* Fix for infoboxes on mobile */ | |||
@media only screen and (max-width: 768px) { | |||
.mw-mobile-float-reset { | |||
display: table !important; | |||
float: none !important; | |||
width: 100% !important; | |||
margin: 0 0 0.5em 0 !important; | |||
clear: both !important; | |||
} | |||
} | |||
/* Basic layout and typography */ | /* Basic layout and typography */ |