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