mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 10:48:28 +00:00
web/DonateOptionsCard: fix width
This commit is contained in:
parent
a25e0bfb04
commit
83cd51f4db
@ -94,7 +94,7 @@
|
|||||||
--donation-box-padding: 12px;
|
--donation-box-padding: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: calc(100% - var(--donate-border-radius) * 2);
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
|
|
||||||
padding: var(--donate-border-radius);
|
padding: var(--donate-border-radius);
|
||||||
|
Loading…
Reference in New Issue
Block a user