Skip to content

Commit

Permalink
Model tabs: Fix left/right margin to small on mobile (#2964)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <dev@florianhotze.com>
  • Loading branch information
florian-h05 authored Jan 1, 2025
1 parent 4610a15 commit 095584a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundles/org.openhab.ui/web/src/pages/home/model-tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 095584a

Please sign in to comment.