MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1,489: | Line 1,489: | ||
grid-auto-flow: column; | grid-auto-flow: column; | ||
grid-template-rows: repeat(4, auto); | grid-template-rows: repeat(4, auto); | ||
justify-content: | |||
justify-content: center; | |||
justify-items: start; | |||
gap: 8px 14px; | gap: 8px 14px; | ||
| Line 1,495: | Line 1,497: | ||
} | } | ||
.ooo-extlinks-grid | .ooo-extlinks-grid > * { | ||
margin: 0; | margin: 0; | ||
align-self: start; | |||
} | } | ||