feat(core): increase top margin of content footer

This commit is contained in:
alistair3149 2024-02-27 17:22:48 -05:00
parent 11068251c2
commit 75548a9bdf
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
.mw-body-footer {
margin-top: var( --space-md );
display: flex;
flex-direction: column;
grid-area: footer;