This commit is contained in:
tree 2022-04-12 21:11:37 +02:00
rodič 51bdbc12e7
revize bbc77c202d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -24,9 +24,9 @@
<div class="lg:flex lg:flex-wrap lg:space-x-10"> <div class="lg:flex lg:flex-wrap lg:space-x-10">
{#if $page.url.pathname !== "/"} {#if $page.url.pathname !== "/"}
<div <div
class="block justify-start lg:flex-1 my-auto text-center pb-3 lg:pb-0" class="block justify-start lg:flex-1 my-auto text-center pb-3 lg:pb-0 pt-3 lg:pt-0"
> >
<div class="w-36 lg:w-32 inline-block lg:block"> <div class="w-40 lg:w-32 inline-block lg:block">
<a href="/" on:click={logoClick} <a href="/" on:click={logoClick}
><img ><img
src="/img/logo-white.svg" src="/img/logo-white.svg"