{WIP} Bulma => Knacss

This commit is contained in:
Damien Broqua 2022-02-18 08:14:34 +01:00
parent b1aaeaaef8
commit 2a35e452d7
6 changed files with 400 additions and 40 deletions

View file

@ -1,17 +1,8 @@
.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;
margin-bottom: 3.25rem;
@include respond-to("small-up") {
height: 30vh;
background-image: url('/header.jpg');
background-size: cover;
}
}