Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
m (box shadow for flex boxes)
m (flex and width for responsive gallery)
Line 669: Line 669:
display: flex;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
padding: 0 5px;
}
}


/* Create four equal columns that sits next to each other */
/* Create four equal columns that sits next to each other */
.column {
.column {
flex: 25%;
flex: 23%;
max-width: 25%;
max-width: 100%;
padding: 0 4px;
padding: 0 5px;
}
}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.