ignore: mobile styles zen

This commit is contained in:
Jay V
2025-09-16 19:39:34 -04:00
parent 479cf2fa4f
commit 9f46068c57
5 changed files with 77 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
min-width: 15rem;
width: fit-content;
@media (max-width: 30rem) {
width: 100%;
}
[data-slot="amount"] {
padding: var(--space-3-5) var(--space-4);
background-color: var(--color-bg-surface);