Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Replaced content with "→All CSS here will be loaded for users of the mobile site: ") Tag: Replaced |
|||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
| + | |||
| + | @media(max-width:576px) { | ||
| + | .frontpage-tpl .tpl-body{ | ||
| + | padding: 0 10px 10px; | ||
| + | } | ||
| + | } | ||
Revision as of 15:19, 8 December 2020
/* All CSS here will be loaded for users of the mobile site */
@media(max-width:576px) {
.frontpage-tpl .tpl-body{
padding: 0 10px 10px;
}
}