2022-02-18 11:38:56 +01:00
|
|
|
.home {
|
2022-03-01 16:09:46 +01:00
|
|
|
margin-bottom: 0.75rem;
|
2022-02-18 11:38:56 +01:00
|
|
|
.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-03-02 16:50:25 +01:00
|
|
|
|
|
|
|
.container {
|
|
|
|
.logo {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.75rem;
|
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
|
|
|
|
@include respond-to("small") {
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-02-18 11:38:56 +01:00
|
|
|
}
|