2022-06-08 00:38:13 +02:00
|
|
|
header {
|
|
|
|
width: 98vw;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-06-07 22:47:42 +02:00
|
|
|
div {
|
2022-06-07 20:15:31 +02:00
|
|
|
display: flex;
|
2022-06-12 19:32:33 +02:00
|
|
|
height: 5rem;
|
2022-06-12 21:33:34 +02:00
|
|
|
margin-top: .5em;
|
|
|
|
align-items: flex-start;
|
2022-06-07 20:15:31 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
svg {
|
2022-06-07 22:47:42 +02:00
|
|
|
margin-left: 0.2vw;
|
|
|
|
width: auto;
|
2022-06-12 18:34:24 +02:00
|
|
|
height: 4em;
|
2022-06-07 20:15:31 +02:00
|
|
|
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
|
|
|
|
path {
|
|
|
|
fill: var(--logo-color) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
text-shadow: 0px 4px 4px var(--shadow-color);
|
|
|
|
a {
|
|
|
|
margin-left: .8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
2022-06-15 16:11:28 +02:00
|
|
|
.fakeheader {
|
2022-06-15 16:39:09 +02:00
|
|
|
height: 1rem;
|
2022-06-15 16:11:28 +02:00
|
|
|
}
|
2022-06-07 20:15:31 +02:00
|
|
|
@media (min-width: 640px) {
|
2022-06-15 16:39:09 +02:00
|
|
|
.fakeheader {
|
|
|
|
height: 5rem;
|
|
|
|
}
|
|
|
|
header {
|
2022-06-12 16:59:25 +02:00
|
|
|
width: 86%;
|
2022-06-07 20:15:31 +02:00
|
|
|
div {
|
2022-06-07 22:47:42 +02:00
|
|
|
svg {
|
|
|
|
width: auto;
|
2022-06-12 18:34:24 +02:00
|
|
|
height: 7em;
|
2022-06-07 22:47:42 +02:00
|
|
|
}
|
2022-06-07 20:15:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-06-12 16:59:25 +02:00
|
|
|
|