Ensure the footer always stays at the bottom of the page
This commit is contained in:
parent
4b66ea0234
commit
eb0c2a441d
|
@ -0,0 +1 @@
|
||||||
|
Ensure the footer always stays at the bottom of the page
|
|
@ -88,8 +88,14 @@ body {
|
||||||
font-family: "Avenir", Helvetica, Arial, sans-serif;
|
font-family: "Avenir", Helvetica, Arial, sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app > main, #app > .main {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
.instance-chooser {
|
.instance-chooser {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue