Skip to content

Commit ad4caed

Browse files
committed
fixed spacing in navbar and footer
Signed-off-by: Harshil <[email protected]>
1 parent 43f0cbc commit ad4caed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

layouts/partials/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-10 pb-10 border-b border-b-zinc-200">
66

77
<!-- Learn -->
8-
<div>
8+
<div class="px-4">
99
<h3 class="text-3xl font-semibold mb-0">Learn</h3>
1010
<div class="space-y-2 text-base text-red-500">
1111
<div><a href="/docs" class="hover:text-red-700 transition">Documentation</a></div>
@@ -16,7 +16,7 @@ <h3 class="text-3xl font-semibold mb-0">Learn</h3>
1616
</div>
1717

1818
<!-- Community -->
19-
<div>
19+
<div class="px-4">
2020
<h3 class="text-3xl font-semibold mb-0">Community</h3>
2121
<div class="space-y-2 text-base text-red-500">
2222
<div><a href="/blog" class="hover:text-red-700 transition">Blog</a></div>
@@ -27,7 +27,7 @@ <h3 class="text-3xl font-semibold mb-0">Community</h3>
2727
</div>
2828

2929
<!-- Logo + Social -->
30-
<div class="flex flex-col items-center">
30+
<div class="flex flex-col items-center px-4">
3131
<a href="https://cloudnative-pg.io/">
3232
<img src="/logo/large_logo.svg" alt="CloudNativePG Logo" class="mb-2">
3333
</a>
@@ -73,4 +73,4 @@ <h3 class="text-3xl font-semibold mb-0">Community</h3>
7373
used with their permission</a>.
7474
</p>
7575
</div>
76-
</footer>
76+
</footer>

layouts/partials/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div class="hidden md:block">
23-
<ul class="md:flex gap-14 text-2xl medium-gray my-5 pb-0">
23+
<ul class="md:flex gap-10 text-2xl medium-gray my-5 pb-0">
2424
<li><a href="/blog">Blog</a></li>
2525
<li><a href="/tags/tutorial">Tutorials</a></li>
2626
<li><a href="/releases">Releases</a></li>

0 commit comments

Comments
 (0)