Fix logo size on Safari

This commit is contained in:
Ondřej 2022-11-09 17:25:24 +01:00
parent 0d98148d8f
commit ae99cbf716
2 changed files with 5 additions and 5 deletions

View file

@ -721,14 +721,14 @@ video {
display: none;
}
.h-6 {
height: 1.5rem;
}
.min-h-screen {
min-height: 100vh;
}
.w-40 {
width: 10rem;
}
.max-w-screen-lg {
max-width: 1024px;
}

View file

@ -18,7 +18,7 @@
>
<header class="py-4">
<div class="container mx-auto px-6 flex items-center lg:mb-4 gap-6">
<a href="{{ "/" | relLangURL }}" title="Home" rel="home" class="mr-auto block h-6">
<a href="{{ "/" | relLangURL }}" title="Home" rel="home" class="mr-auto block w-40">
{{ partial "logo.html" }}
</a>
<div class="flex items-center gap-2">