Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the mobile site: →Infoboxs: aside.portable-infobox{ line-height: 1.25em; } .pi-data-label{ flex-basis:40%; } .pi-data-v...") |
Tags: Mobile web edit Mobile edit |
||
| Line 6: | Line 6: | ||
.pi-data-label{ | .pi-data-label{ | ||
| − | flex-basis: | + | flex-basis:30%; |
} | } | ||
.pi-data-value{ | .pi-data-value{ | ||
| − | flex-basis: | + | flex-basis:70%; |
| + | overflow-wrap:normal; | ||
} | } | ||
Revision as of 15:03, 27 May 2021
/* All CSS here will be loaded for users of the mobile site */
/* Infoboxs */
aside.portable-infobox{
line-height: 1.25em;
}
.pi-data-label{
flex-basis:30%;
}
.pi-data-value{
flex-basis:70%;
overflow-wrap:normal;
}