web/DonateCardContainer: reduce padding on mobile (again)

This commit is contained in:
wukko 2024-08-23 20:25:03 +06:00
parent 8200541b21
commit 7daceea049
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -79,4 +79,10 @@
gap: 4px;
font-weight: 500;
}
@media screen and (max-width: 760px) {
:global(.donate-card) {
--donate-card-main-padding: 16px;
}
}
</style>