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

Commit

Permalink
Merge pull request #31 from snaeker58/main
Browse files Browse the repository at this point in the history
Fixed donate button being covered
  • Loading branch information
leowilkin authored Sep 3, 2024
2 parents ae2d83d + 94e48f0 commit f62d229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Image } from "astro:assets";
</a>
</div>
</div>
<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'>
<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'>
<div class='container mt-[40vh] mx-auto text-black w-[100vw] m-16'>
<h2 class="text-4xl font-['Roboto'] font-bold text-center mb-4">What is Zenith 2025?</h2>
<p class='text-center max-w-[700px] mx-auto text-xl leading-7'>
Expand Down

0 comments on commit f62d229

Please sign in to comment.