Skip to content

Commit cf06032

Browse files
committed
(fix) Overlalap with Nav Bar
Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
1 parent 6dc9848 commit cf06032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import Icon from "astro-icon";
3232
<div class="flex justify-center space-x-2 md:space-x-4">
3333
<a
3434
href="/docs/getting-started/"
35-
class={cn(buttonVariants({ size: "lg" }), "z-50")}
35+
class={cn(buttonVariants({ size: "lg" }), "relative")}
3636
>
3737
Get Started
3838
</a>
@@ -42,7 +42,7 @@ import Icon from "astro-icon";
4242
rel="noreferrer"
4343
class={cn(
4444
buttonVariants({ variant: "outline", size: "lg" }),
45-
"px-4 z-50",
45+
"px-4 relative",
4646
)}
4747
>
4848
<Icon name="github" class="mr-2 size-5" />
@@ -180,7 +180,7 @@ import Icon from "astro-icon";
180180
href="https://github.com/sponsors/0xTheProDev"
181181
target="_blank"
182182
rel="noreferrer"
183-
class={cn(buttonVariants({ size: "lg" }), "z-50")}
183+
class={cn(buttonVariants({ size: "lg" }), "relative")}
184184
>
185185
<Icon name="mdi:hand-heart" class="mr-2 size-5" />
186186
Sponsor
@@ -191,7 +191,7 @@ import Icon from "astro-icon";
191191
rel="noreferrer"
192192
class={cn(
193193
buttonVariants({ variant: "outline", size: "lg" }),
194-
"px-4 z-50",
194+
"px-4 relative",
195195
)}
196196
>
197197
<Icon name="simple-icons:opensourceinitiative" class="mr-2 size-5" />

0 commit comments

Comments
 (0)