MediaWiki:Common.css: Difference between revisions

m
flex box with border
m (hide drop cap)
m (flex box with border)
Line 398:
* Adapted CSS from W3
******************************/
* {
box-sizing: border-box;
}
Line 413:
flex: 65%;
background-color: #f7f7f7;
border:1px solid #ccc;
padding: 10px;
margin: 5px;
Line 422 ⟶ 423:
flex: 25%;
background-color: #f7f7f7;
border:1px solid #ccc;
padding: 10px;
margin: 5px;
Line 427 ⟶ 429:
}
 
/* Responsive layout - when the screen is less than 700px900px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
.row {