Trein achtergrond

This commit is contained in:
Mathijs Lermer 2023-06-19 21:42:03 +02:00
parent 187032cbfa
commit 001ddf5728
3 changed files with 15 additions and 15 deletions
assets

BIN
assets/afb/train.gif Normal file

Binary file not shown.

After

(image error) Size: 956 KiB

View file

@ -70,22 +70,11 @@
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 80px; /* Footer height */
}
#page-container {
position: relative;
min-height: 100vh;
padding-bottom: 0px; /* Footer height */
}
#content-wrap {
padding-bottom: 80px; /* Footer height */
}
.container{
max-width: 1140px;
}
@ -103,10 +92,21 @@
}
#sectie_pagina {
background-color: #171E26;
min-height: calc(100vh - 260px);
background-color: #171E26;
min-height: calc(100vh - 200px);
padding-bottom: -100px;
}
#sectie_pagina_train {
min-height: calc(100vh - 290px);
padding-bottom: -100px;
background-image: url('/assets/afb/train.gif');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
#sectie_footer {
background-color: #10161D;