Skip to content

Commit

Permalink
Increase height of Google Form
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Apr 18, 2024
1 parent b1cf659 commit 98c9748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VolunteerForm.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="w-full">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfY76qsM77dKL3b85a3Pdud_vCVYM6-0h0pi3bFatHA4EgoRQ/viewform?embedded=true"
class="max-w-full h-[3600px] sm:h-[3300px] md:h-[3250px]"
class="max-w-full h-[3700px] sm:h-[3400px] md:h-[3350px]"
width="100%"
height="100%">Laster…</iframe
>
Expand Down

0 comments on commit 98c9748

Please sign in to comment.