mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
feat(core): ✨switch page-container to flex layout
This commit is contained in:
parent
661fbf0b8f
commit
c2922f6ba2
|
@ -1,3 +1,10 @@
|
|||
.citizen-page-container {
|
||||
display: flex; // Should fix weird margin issues
|
||||
flex-direction: column;
|
||||
min-height: 100vh; // Ensure footer goes to the bottom of the page
|
||||
min-height: stretch; // for iOS, excludes safe areas
|
||||
}
|
||||
|
||||
.mw-body,
|
||||
.parsoid-body {
|
||||
min-height: 80vh; // avoid footer being in the middle of the page
|
||||
|
|
Loading…
Reference in a new issue