mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 11:40:17 -04:00
fix floating footer on forms
This commit is contained in:
parent
e23a54b383
commit
d67b85e673
|
@ -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