Merge pull request 'fix(rcart): Generate QR button reachable on mobile' (#6) from dev into main
CI/CD / deploy (push) Successful in 2m19s Details

This commit is contained in:
jeffemmett 2026-04-03 04:57:02 +02:00
commit 31b97a12ab
1 changed files with 3 additions and 0 deletions

View File

@ -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; }