2018-12-09 08:21:01 +01:00
|
|
|
.logo {
|
|
|
|
display: none;
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
img {
|
2020-08-23 12:01:06 +02:00
|
|
|
max-width: unset;
|
2018-12-09 08:21:01 +01:00
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.logo-mobile {
|
|
|
|
display: block;
|
2020-08-23 12:01:06 +02:00
|
|
|
width: 40px;
|
|
|
|
padding: 10px 0 10px 0;
|
2018-12-09 08:21:01 +01:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2020-08-27 09:02:44 +02:00
|
|
|
}
|