mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateCardContainer: reduce padding on mobile (again)
This commit is contained in:
parent
8200541b21
commit
7daceea049
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue