|
@@ -1,3 +1,15 @@
|
|
|
+html, body {
|
|
|
+ min-height:100vh;
|
|
|
+}
|
|
|
+
|
|
|
+body {
|
|
|
+ display: flex;
|
|
|
+ flex-flow: column;
|
|
|
+}
|
|
|
+
|
|
|
+#content {
|
|
|
+ margin-bottom: auto !important;
|
|
|
+}
|
|
|
body, button, input, textarea {
|
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
|
|
|
Roboto,Helvetica,Arial,sans-serif;
|