Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit f62d229

Browse files
authored
Merge pull request #31 from snaeker58/main
Fixed donate button being covered
2 parents ae2d83d + 94e48f0 commit f62d229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Image } from "astro:assets";
1717
</a>
1818
</div>
1919
</div>
20-
<div class='inline-block h-[220vw] lg:h-[160vw] w-[160vw] bg-white rounded-full m-auto absolute left-[calc(50vw-80vw)]' style='top: calc(100vh - 40vh); box-shadow: -1rem -1rem 4rem #fff, inset 0 0 8rem #333'>
20+
<div class='inline-block h-[220vw] lg:h-[160vw] w-[160vw] bg-white rounded-full m-auto absolute left-[calc(50vw-80vw)]' style='top: calc(100vh - 20vh); box-shadow: -1rem -1rem 4rem #fff, inset 0 0 8rem #333'>
2121
<div class='container mt-[40vh] mx-auto text-black w-[100vw] m-16'>
2222
<h2 class="text-4xl font-['Roboto'] font-bold text-center mb-4">What is Zenith 2025?</h2>
2323
<p class='text-center max-w-[700px] mx-auto text-xl leading-7'>

0 commit comments

Comments
 (0)