commit 8a41ec866f7fd1ac62d01ca433af9bb36522eea6 parent 88286804eaaea2c862cef333a997dbc707ec2c98 Author: Fredrik <moi@knutsen.co> Date: Sat, 24 Nov 2018 23:05:42 +0000 Make sure footer stays at the bottom Diffstat:
M | public/poll.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/public/poll.css b/public/poll.css @@ -1,3 +1,6 @@ +body > .content:first-child { + min-height: calc(100vh - 8em); +} table { width: 100%; border-collapse:separate;