MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 264: | Line 264: | ||
background-color: #B3A9A2; | background-color: #B3A9A2; | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: | padding: 5px; | ||
display: inline-block; | |||
} | } | ||
| Line 271: | Line 272: | ||
background-color: #B3A9A2; | background-color: #B3A9A2; | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: 8px; | |||
display: flex; | display: flex; | ||
justify-content: space-around; | justify-content: space-around; | ||
text-align: center; | text-align: center; | ||
font-size: clamp(8px, 1vw, 20px); | font-size: clamp(8px, 1vw, 20px); | ||
} | } | ||