Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
.learning-resources .floatleft{ | .learning-resources .floatleft{ | ||
float:none; | float:none; | ||
| + | } | ||
| + | |||
| + | .system-images img{ | ||
| + | padding:10px; | ||
} | } | ||
Revision as of 16:25, 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;
}
}
.learning-resources .floatleft{
float:none;
}
.system-images img{
padding:10px;
}