We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ab6b5 commit 7c27c9dCopy full SHA for 7c27c9d
src/components/DonorBoxWidget/index.astro
@@ -1,6 +1,6 @@
1
<script src="https://donorbox.org/widget.js"></script>
2
<!-- @ts-expect-error -->
3
-<div class="rounded-lg overflow-hidden mt-md pb-0 max-w-[420px] min-w-[250px]">
+<div class="overflow-hidden mt-md pb-0 max-w-[420px] min-w-[250px]">
4
<iframe
5
allowpaymentrequest=""
6
height="525"
@@ -9,6 +9,7 @@
9
name="donorbox"
10
src="https://donorbox.org/embed/support-the-processing-foundation?hide_donation_meter=true"
11
style="max-width: 420px; min-width: 250px; max-height:none !important;"
12
+ class="rounded-lg"
13
>
14
</iframe>
15
</div>
0 commit comments