diff options
-rw-r--r-- | static/ihatecss.css | 16 |
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; +} |