-
-
Save gvorster/6a99f8930ab99fbc99514a98125fa2f3 to your computer and use it in GitHub Desktop.
Tailwind - center logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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