MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,538: | Line 1,538: | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.ooo-extlinks-grid { | .ooo-extlinks-grid { | ||
grid-template-rows: | grid-auto-flow: row; | ||
grid-template-columns: 1fr; | |||
grid-template-rows: none; | |||
} | } | ||
} | } | ||