Commit e3307655 authored by Alexandre Iooss's avatar Alexandre Iooss Committed by Juliusz Chroboczek

Use column flexbox on mainpage

This removes the need to hardcode the footer height in a CSS calc().
parent 8544e4de
body {
/* Used to move footer at bottom of the page */
display: flex;
flex-direction: column;
}
.groups {
}
......@@ -10,7 +16,7 @@
}
.home {
height: calc(100vh - 50px);
margin-bottom: auto;
padding: 1.875rem;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment