MediaWiki:Common.css: Difference between revisions

m
flex responsive widths
m (flex and width for responsive gallery)
m (flex responsive widths)
Line 674:
/* Create four equal columns that sits next to each other */
.column {
flex: 2325%;
max-width: 10023%;
padding: 0 5px;
}
Line 688:
.column {
flex: 50%;
max-width: 5048%;
}
}