refactor(core): ♻️ remove unnessecary margin

This commit is contained in:
alistair3149 2022-11-23 14:15:07 -05:00
parent f70d410779
commit b775a7e88a
No known key found for this signature in database

View file

@ -1,8 +1,3 @@
.citizen-page-container {
// Reserve space for header
margin-bottom: var( --header-size );
}
.mw-body,
.parsoid-body {
min-height: 80vh; // avoid footer being in the middle of the page
@ -53,7 +48,6 @@ a.image {
@media ( min-width: @width-breakpoint-desktop ) {
.citizen-page-container {
margin-bottom: 0;
// Reserve space for header
margin-left: var( --header-size );
}