fix(rcart): Generate QR button reachable on mobile #6
|
|
@ -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