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 7: | Line 7: | ||
.pi-data-label{ | .pi-data-label{ | ||
flex-basis:30%; | flex-basis:30%; | ||
| + | width:30%; | ||
} | } | ||
.pi-data-value{ | .pi-data-value{ | ||
flex-basis:70%; | flex-basis:70%; | ||
| + | width:70%; | ||
} | } | ||
Revision as of 15:07, 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%;
width:30%;
}
.pi-data-value{
flex-basis:70%;
width:70%;
}