Merge pull request 'fix(rcart): Generate QR button reachable on mobile' (#6) from dev into main
CI/CD / deploy (push) Successful in 2m19s
Details
CI/CD / deploy (push) Successful in 2m19s
Details
This commit is contained in:
commit
31b97a12ab
|
|
@ -792,8 +792,11 @@ class FolkPaymentRequest extends HTMLElement {
|
|||
.share-success { color: #4ade80; font-size: 0.8125rem; margin-top: 0.5rem; }
|
||||
.share-error { color: #f87171; font-size: 0.8125rem; margin-top: 0.5rem; }
|
||||
|
||||
.page { padding-bottom: 2rem; }
|
||||
|
||||
@media (max-width: 600px) {
|
||||
:host { padding: 1rem 0.75rem; max-width: 100%; }
|
||||
.page { padding-bottom: 6rem; }
|
||||
.page-title { font-size: 1.25rem; }
|
||||
.page-subtitle { font-size: 0.8125rem; margin-bottom: 1.25rem; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue