forked from NoLog.cz/public-web
Merge pull request 'Fix logo size on Safari' (#23) from fix-logo-safari into master
Reviewed-on: NoLog.cz/public-web#23
This commit is contained in:
commit
cdc3b83287
2 changed files with 5 additions and 5 deletions
|
@ -721,14 +721,14 @@ video {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-6 {
|
|
||||||
height: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.min-h-screen {
|
.min-h-screen {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-40 {
|
||||||
|
width: 10rem;
|
||||||
|
}
|
||||||
|
|
||||||
.max-w-screen-lg {
|
.max-w-screen-lg {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
>
|
>
|
||||||
<header class="py-4">
|
<header class="py-4">
|
||||||
<div class="container mx-auto px-6 flex items-center lg:mb-4 gap-6">
|
<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" }}
|
{{ partial "logo.html" }}
|
||||||
</a>
|
</a>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
|
|
Reference in a new issue