aboutsummaryrefslogtreecommitdiff
path: root/partials/navbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'partials/navbar.html')
-rw-r--r--partials/navbar.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/partials/navbar.html b/partials/navbar.html
index 44688b1..31e7036 100644
--- a/partials/navbar.html
+++ b/partials/navbar.html
@@ -1,16 +1,16 @@
<nav class="w-full mx-auto mt-10">
- <div class="flex flex-wrap items-center px-10 gap-4 text-center text-lg lg:text-2xl">
+ <div class="flex flex-wrap items-center px-10 gap-4 text-center text-lg lg:text-2xl">
- <a href="/" class="cursor-pointer font-bold hover:underline justify-center button">
- COMPROMYSE
- </a>
+ <a href="/" class="cursor-pointer font-bold hover:underline justify-center button">
+ COMPROMYSE
+ </a>
- <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left">
- <a href="/projects" class="hover:underline">
- [ PROJECTS ]
- </a>
+ <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left">
+ <a href="/projects" class="hover:underline">
+ [ PROJECTS ]
+ </a>
- </div>
+ </div>
- </div>
+ </div>
</nav>