aboutsummaryrefslogtreecommitdiff
path: root/static/ihatecss.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/ihatecss.css')
-rw-r--r--static/ihatecss.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/static/ihatecss.css b/static/ihatecss.css
index 3e48ac3..6ef2b35 100644
--- a/static/ihatecss.css
+++ b/static/ihatecss.css
@@ -1,8 +1,10 @@
+body {
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+}
+
#footer {
- position:fixed;
- left:0px;
- bottom:0px;
- height:30px;
- width:100%;
- background:#999;
-} \ No newline at end of file
+ margin-top: auto;
+ background:#999;
+}