Skip to content

Commit 0e1a10d

Browse files
✨ Adjust gap spacing in navigation bar for improved layout consistency
1 parent 612d6ae commit 0e1a10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/navigation-bar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class="hidden rounded-full bg-gray-200/60 px-2 py-1 text-xs text-gray-600 lg:blo
2929
</div>
3030

3131
{{-- Right side --}}
32-
<div class="flex items-center gap-3">
32+
<div class="flex items-center gap-3.5">
3333
{{-- Doc search --}}
3434
<div>
3535
<div

0 commit comments

Comments
 (0)