mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateOptionsCard: fix width
This commit is contained in:
parent
a25e0bfb04
commit
83cd51f4db
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
--donation-box-padding: 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
width: calc(100% - var(--donate-border-radius) * 2);
|
||||
max-width: 480px;
|
||||
|
||||
padding: var(--donate-border-radius);
|
||||
|
|
Loading…
Reference in a new issue