mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
fix floating footer on forms
This commit is contained in:
parent
014a12c267
commit
15f42fc009
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user