web/donate: reduce bottom margin

This commit is contained in:
wukko 2024-08-25 16:41:10 +06:00
parent 481697ea12
commit a8330b25fa
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -97,7 +97,7 @@
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
gap: 10px; gap: 10px;
margin-bottom: 2em; margin-bottom: 12px;
} }
@media screen and (max-width: 760px) { @media screen and (max-width: 760px) {