Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
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;
}
}