Set missing alt on img

This commit is contained in:
Damien Broqua 2022-02-23 10:39:17 +01:00
parent 4748a91138
commit 3398d7b4ed
10 changed files with 4 additions and 10 deletions

View file

@ -2,7 +2,7 @@
.header {
@include respond-to("small-up") {
height: 30vh;
background-image: url('/header.jpg');
background-image: url('/img/header.jpg');
background-size: cover;
}
}