fix floating footer on forms

This commit is contained in:
William Zhang 2018-01-31 23:25:51 -05:00
parent 014a12c267
commit 15f42fc009

View File

@ -189,10 +189,16 @@ section {
#intro,
#updates,
#resources {
#resources,
#forms {
padding: 2.5vh 0;
}
#resources,
#forms {
min-height: calc(60vh - ((2.75em + 42px) / 4));
}
#sponsors {
padding-bottom: 2.5vh;
}