style: fix donation padding on mobile

This commit is contained in:
Ash Gray 2023-04-24 09:28:23 +02:00
parent 30968b6ea3
commit ffb41ae936
No known key found for this signature in database
GPG Key ID: 740B7C88251D49B6

View File

@ -853,6 +853,7 @@ section.update-signup div.circle {
}
.donation-progress {
grid-column: span 1;
padding: 50px 20px;
}
.hero-meta {