feat(core): switch page-container to flex layout

This commit is contained in:
alistair3149 2023-05-02 00:02:25 -04:00 committed by GitHub
parent 661fbf0b8f
commit c2922f6ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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