Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Tags: Mobile web edit Mobile edit |
Tags: Mobile web edit Mobile edit |
||
| Line 6: | Line 6: | ||
.pi-data-label{ | .pi-data-label{ | ||
| − | flex-basis: | + | flex-basis:40%; |
| − | width: | + | width:40%; |
} | } | ||
.pi-data-value{ | .pi-data-value{ | ||
| − | flex-basis: | + | flex-basis:60%; |
| − | width: | + | width:60%; |
} | } | ||
Revision as of 15:52, 30 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:40%;
width:40%;
}
.pi-data-value{
flex-basis:60%;
width:60%;
}