Skip to content

Commit

Permalink
Fix improperly nested sections
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Jan 24, 2024
1 parent fbb9540 commit 803ef62
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,14 @@ import {
</div>
</section>
<!-- the calculator -->
<section
id="donateNow"
class="pt-16 pb-16 md:pt-32 md:pb-32 max-w-[768px] lg:max-w-[960px] mx-4 md:mx-auto"
>
<Calculator client:load />
</section>
<div class="bg-darkest text-white">
<section
id="donateNow"
class="pt-16 pb-16 md:pt-32 md:pb-32 max-w-[768px] lg:max-w-[960px] mx-4 md:mx-auto"
>
<Calculator client:load />
</section>
</div>

<!-- question section -->
<div class="bg-dark text-white">
Expand Down

0 comments on commit 803ef62

Please sign in to comment.