forked from NoLog.cz/public-web
Fix logo size on Safari
This commit is contained in:
parent
0d98148d8f
commit
ae99cbf716
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Reference in a new issue