web/donate: reduce text padding on mobile

This commit is contained in:
wukko 2024-08-09 11:35:05 +06:00
parent 80c26f712c
commit 98ac05ad86
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -60,4 +60,10 @@
#donate-text {
padding: 0 24px;
}
@media screen and (max-width: 535px) {
#donate-text {
padding: 0 6px;
}
}
</style>