footer fix
This commit is contained in:
parent
0d7c66671a
commit
2bc07564e8
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@
|
|||
|
||||
#sectie_pagina {
|
||||
background-color: #171E26;
|
||||
min-height: calc(100vh - 200px);
|
||||
min-height: calc(100vh - 190px);
|
||||
padding-bottom: -100px;
|
||||
}
|
||||
|
||||
#sectie_pagina_train {
|
||||
min-height: calc(100vh - 290px);
|
||||
min-height: calc(100vh - 190px);
|
||||
padding-bottom: -100px;
|
||||
background-image: url('/assets/afb/train.gif');
|
||||
background-size: cover;
|
||||
|
|
Loading…
Reference in a new issue