2022-02-18 11:38:56 +01:00
|
|
|
.home {
|
|
|
|
.header {
|
|
|
|
@include respond-to("small-up") {
|
|
|
|
height: 30vh;
|
2022-02-23 10:39:17 +01:00
|
|
|
background-image: url('/img/header.jpg');
|
2022-02-18 11:38:56 +01:00
|
|
|
background-size: cover;
|
|
|
|
}
|
2022-02-18 08:14:34 +01:00
|
|
|
}
|
2022-02-18 11:38:56 +01:00
|
|
|
}
|