MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
.main-page-layout { | .main-page-layout { | ||
display: flex; | display: flex; | ||
flex-direction: | flex-direction: row; | ||
gap: 20px; | gap: 20px; | ||
} | } | ||
Line 39: | Line 39: | ||
@media screen and (max-width: 767px) { | @media screen and (max-width: 767px) { | ||
.main-page-layout { | .main-page-layout { | ||
flex-direction: | flex-direction: column; | ||
} | } | ||
} | } |