Skip to content

Commit 5307e86

Browse files
committed
web/DonateCardContainer: reduce button padding
1 parent 4f6d94d commit 5307e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/donate/DonateCardContainer.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
text-align: left;
3838
border-radius: var(--donate-card-padding);
3939
background: rgba(255, 255, 255, 0.05);
40-
padding: 14px 18px;
40+
padding: 12px 16px;
4141
color: var(--white);
4242
gap: 0;
4343
letter-spacing: -0.3px;

0 commit comments

Comments
 (0)