Skip to content

Commit 22f9357

Browse files
committed
nav bar fix
1 parent 3eb7881 commit 22f9357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/splash.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const widths = [450, 800];
55
const sizes = "(min-width: 640px) 42vw, 67vw";
66
---
77

8-
<section class="image relative h-full bg-black">
8+
<section class="image relative h-full bg-black pointer-events-none">
99
<Starfield />
1010
<div class="gradient relative z-20 grid h-full place-items-center">
1111
<h2

0 commit comments

Comments
 (0)