Skip to content

Commit 7c27c9d

Browse files
committed
Round both top corners of the donate box
1 parent 49ab6b5 commit 7c27c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script src="https://donorbox.org/widget.js"></script>
22
<!-- @ts-expect-error -->
3-
<div class="rounded-lg overflow-hidden mt-md pb-0 max-w-[420px] min-w-[250px]">
3+
<div class="overflow-hidden mt-md pb-0 max-w-[420px] min-w-[250px]">
44
<iframe
55
allowpaymentrequest=""
66
height="525"
@@ -9,6 +9,7 @@
99
name="donorbox"
1010
src="https://donorbox.org/embed/support-the-processing-foundation?hide_donation_meter=true"
1111
style="max-width: 420px; min-width: 250px; max-height:none !important;"
12+
class="rounded-lg"
1213
>
1314
</iframe>
1415
</div>

0 commit comments

Comments
 (0)