MediaWiki:Common.css: Difference between revisions
added flex containers
(0.8 em is fine for infobox text) |
(added flex containers) |
||
Line 29: | Line 29: | ||
width: 60%; | width: 60%; | ||
font-size: 0.80em; | font-size: 0.80em; | ||
} | |||
.flex-container { | |||
display: flex; | |||
} | |||
.flex-container > div { | |||
background-color: #f2f2f2 | |||
margin: 0.8em; | |||
padding: 0.8em; | |||
font-size: 0.8em; | |||
} | } |