web/DonateBanner: reduce padding on mobile

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

View file

@ -240,6 +240,11 @@
}
@media screen and (max-width: 550px) {
#banner-left {
padding: 32px 12px;
gap: 12px;
}
#banner-title {
font-size: 36px;
}