MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Reverted Mobile edit Mobile web edit |
No edit summary Tags: Manual revert Reverted Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
/* CSS | /* All CSS here will be loaded for users of the mobile site */ | ||
@media screen and (max-width:700px) { | @media screen and (max-width:700px) { | ||
.mw-content-ltr figure[typeof="mw:File/Thumb"], .mw-content-ltr figure[typeof="mw:File/Frame"] { | .mw-content-ltr figure[typeof="mw:File/Thumb"], .mw-content-ltr figure[typeof="mw:File/Frame"] { |
Revision as of 20:21, 4 January 2024
/* All CSS here will be loaded for users of the mobile site */
@media screen and (max-width:700px) {
.mw-content-ltr figure[typeof="mw:File/Thumb"], .mw-content-ltr figure[typeof="mw:File/Frame"] {
float:none;
margin:auto;
max-width:100%;
}
.wikitable.infobox {
float:none;
width:100%;
margin:auto;
}
}