Skip to content

Instantly share code, notes, and snippets.

@gvorster
Created May 28, 2023 07:29
Show Gist options
  • Save gvorster/6a99f8930ab99fbc99514a98125fa2f3 to your computer and use it in GitHub Desktop.
Save gvorster/6a99f8930ab99fbc99514a98125fa2f3 to your computer and use it in GitHub Desktop.
Tailwind - center logo
<div class="logo grid grid-cols-1 gap-0 place-items-center">
<div>
<Link :href="route('home')" replace>
<v-img src="/images/logo.png"/></Link>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment