MediaWiki:Common.css: Difference between revisions
feature box formatting |
align content center with max-width 600px Tag: Reverted |
||
| Line 120: | Line 120: | ||
border-bottom-color: var(--vw-accent); | border-bottom-color: var(--vw-accent); | ||
width: min(100%, 400px); | width: min(100%, 400px); | ||
} | |||
@media (max-width: 600px) { | |||
#welcome-box { | |||
align-content: center; | |||
} | |||
} | } | ||