mediawiki-skins-Vector/resources/skins.vector.styles/components/Footer.less
bwang 8ad777b896 Fix site notice spacing
- Removes grid row gap in favor of margins
- Add container div around site notice to allow margin collapsing

Bug: T315595
Change-Id: I39959f43f20880e83bef945a7535d58cfe0b6412
2022-08-25 11:13:57 -05:00

5 lines
68 B
Plaintext

.mw-footer-container {
padding-top: 50px;
padding-bottom: 82px;
}