feat: add tailwindcss utilities

This commit is contained in:
Prad Nukala
2024-10-01 02:09:04 -04:00
parent aac2a981bc
commit 88e7dd5812
19 changed files with 1797 additions and 34 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ templ HeaderMarketingNav() {
<!-- Site branding -->
<div class="shrink-0 mr-4">
<!-- Logo -->
<a class="flex items-center justify-center bg-white w-8 h-8 rounded-full shadow-sm shadow-zinc-950/20" href="/">
<img src="https://cdn.sonr.id/logo-zinc.svg" width="24" height="24" alt="Logo"/>
<a class="flex items-center justify-center bg-white w-8 h-8 rounded shadow-sm shadow-zinc-950/20" href="/">
<img src="https://cdn.sonr.id/img/logo-zinc.svg" width="24" height="24" alt="Logo"/>
</a>
</div>
<!-- Desktop navigation -->