We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdbec7 commit 6358307Copy full SHA for 6358307
src/layout/Layout.astro
@@ -34,9 +34,9 @@ import Snowfall from 'react-snowfall'
34
<ViewTransitions />
35
</head>
36
<body class="bg-lightgrey w-full h-full min-h-screen text-black dark:text-white transition ease-in-out delay-50 flex flex-col items-center bg-[url('/img/skies.svg')] bg-cover">
37
- <div id="snowfall" class="top-0 absolute -z-10 min-h-screen w-screen">
+ <!--<div id="snowfall" class="top-0 absolute -z-10 min-h-screen w-screen">
38
<Snowfall color="#c7d0e6" client:only/>
39
- </div>
+ </div> -->
40
<Nav />
41
<slot />
42
<Footer />
0 commit comments