Wikipedia:Portal/styles.css
@media (min-width: 875px) {
#wp-upper {
display: flex;
}
#wp-left {
flex: 1 1 55%;
}
#wp-right {
flex: 1 1 45%;
}
}
.wp-gallery-table {
width:100%;
flex-wrap: wrap;
display: flex;
}
.wp-gallery-cell {
margin: 20px;
text-align:center;
}
.wp-gallery-header {
font-size:20px;
text-align:center;
}
.wp-gallery-description {
font-size:13px;
text-align:center;
width:300px;
}