make header on mobile first more height

This commit is contained in:
Niklas 2025-06-20 16:25:20 +02:00 committed by BlankAccountsUsername
parent 3095e5189b
commit 1011aad411

View file

@ -18,6 +18,12 @@
left: 0;
z-index: 1000;
}
@media only screen and (min-width: 768px) {
.base-header {
height: var(--header-height-desktop);
}
}
.header-title {
display: flex;
width: 162px;