mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-09 10:14:26 +02:00
web/DonateCardContainer: reduce padding on mobile (again)
This commit is contained in:
parent
8200541b21
commit
7daceea049
@ -79,4 +79,10 @@
|
||||
gap: 4px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 760px) {
|
||||
:global(.donate-card) {
|
||||
--donate-card-main-padding: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user