mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateShareCard: remove gradient on mobile
This commit is contained in:
parent
7daceea049
commit
1f25b3d793
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@
|
|||
@media screen and (max-width: 760px) {
|
||||
:global(#share-box) {
|
||||
width: calc(100% - var(--donate-card-main-padding) * 2);
|
||||
background: var(--donate-gradient-start);
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue