Model tabs: Fix left/right margin to small on mobile (#2964)

Signed-off-by: Florian Hotze <dev@florianhotze.com>
pull/2967/head
Florian Hotze 2025-01-01 19:25:13 +01:00 committed by GitHub
parent 4610a15ad1
commit 095584a137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
.model-cards-section
justify-content center
margin-top 2rem
margin-left calc(0.5 * var(--f7-card-expandable-margin-horizontal))
margin-right calc(0.5 * var(--f7-card-expandable-margin-horizontal))
.card
margin-left calc(0.5 * var(--f7-card-expandable-margin-horizontal))
margin-right calc(0.5 * var(--f7-card-expandable-margin-horizontal))