MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 25:
 
#mp-3, #mp-4, #mp-6, #mp-7 {
width: calc(50% - 20px - 0.5em5px);
}
 
Line 37:
max-width: 400px;
margin: 0 auto;
align-content: space-evenly;
height: calc(100% - 40px);
}
 
Line 46 ⟶ 48:
display: flex;
width: 100%;
gap: 1em10px;
}
 
Line 53 ⟶ 55:
display: flex;
flex-wrap: wrap;
gap: 1em10px;
align-content: flex-start;
}