mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
refactor(core): ♻️ remove unnessecary margin
This commit is contained in:
parent
f70d410779
commit
b775a7e88a
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue