Some changes

This commit is contained in:
Damien Broqua 2022-02-16 15:42:02 +01:00
parent 99d2507248
commit a35c8899ac
27 changed files with 200 additions and 48 deletions

17
sass/home.scss Normal file
View file

@ -0,0 +1,17 @@
.header {
height: 30vh;
background-image: url('/header.jpg');
background-size: cover;
margin-bottom: 3.25rem;
}
html,
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
body > footer {
margin-top: auto;
}

View file

@ -1,3 +1,4 @@
@use './bulma.scss';
@use './toast.scss';
@use './pagination.scss';
@use './pagination.scss';
@use './home.scss';