MediaWiki:Common.css: Difference between revisions

m
flex and width for responsive gallery
m (box shadow for flex boxes)
m (flex and width for responsive gallery)
Line 669:
display: flex;
flex-wrap: wrap;
padding: 0 4px5px;
}
 
/* Create four equal columns that sits next to each other */
.column {
flex: 2523%;
max-width: 25100%;
padding: 0 4px5px;
}