MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
.page-Main_Page .catlinks { | .page-Main_Page .catlinks { | ||
display: none !important; | display: none !important; | ||
} | |||
.main-page-layout { | |||
display: flex; | |||
flex-direction: row; /* default for larger screens */ | |||
gap: 20px; | |||
} | |||
@media screen and (max-width: 767px) { | |||
.main-page-layout { | |||
flex-direction: column; | |||
} | |||
} | } |