diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 14:22:59 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 14:22:59 -0400 |
| commit | 41d38509d46e27ad464798a23e7d39d29ac170d9 (patch) | |
| tree | 73623893798c17bbab0ca30a95e7754be5d06a6d /partials/navbar.html | |
| parent | 79cd78e1c2e10261387560f752cb9bfedf1b1d0c (diff) | |
misc: re-indent
Diffstat (limited to 'partials/navbar.html')
| -rw-r--r-- | partials/navbar.html | 20 |
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> |
