MediaWiki:Common.css: Difference between revisions

Un-fixing image heights in flex boxes
(+Navbox)
(Un-fixing image heights in flex boxes)
Line 808: Line 808:
.flex-container img {
.flex-container img {
     object-fit: contain;
     object-fit: contain;
}
.img-100 img {
     width: 100px;
     width: 100px;
     height: 50px;
     height: 50px;
}
}


.img-200 img {
    width: 200px;
    height: 100px;
}