styling
This commit is contained in:
parent
3657533789
commit
8b3057d8aa
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,12 @@
|
|||
</div>
|
||||
|
||||
<div class="flex items-center justify-center">
|
||||
<a href="/" class="text-center"> Progress tracker </a>
|
||||
<a
|
||||
href="/"
|
||||
class="block text-center capitalize underline decoration-transparent decoration-1 transition-colors hover:decoration-pink-600"
|
||||
>
|
||||
Progress tracker
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-end gap-2 py-2 md:gap-4">
|
||||
|
|
Loading…
Add table
Reference in a new issue