MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 171: | Line 171: | ||
margin: 6px auto 8px; | margin: 6px auto 8px; | ||
text-align: center; | text-align: center; | ||
} | |||
/* Give introductory copy a little breathing room before wide homepage cards | |||
without increasing spacing in the square-icon sections. */ | |||
.skin-citizen | |||
:is(.wizlords-mainpage-left, .wizlords-mainpage-right) | |||
> .center:has(> .wizlords-wideimagetext-grid) | |||
> p { | |||
margin-bottom: 16px; | |||
} | } | ||