Skip to content

Commit 095584a

Browse files
authored
Model tabs: Fix left/right margin to small on mobile (#2964)
Signed-off-by: Florian Hotze <[email protected]>
1 parent 4610a15 commit 095584a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/org.openhab.ui/web/src/pages/home/model-tab.vue

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
.model-cards-section
2626
justify-content center
2727
margin-top 2rem
28+
margin-left calc(0.5 * var(--f7-card-expandable-margin-horizontal))
29+
margin-right calc(0.5 * var(--f7-card-expandable-margin-horizontal))
2830
.card
2931
margin-left calc(0.5 * var(--f7-card-expandable-margin-horizontal))
3032
margin-right calc(0.5 * var(--f7-card-expandable-margin-horizontal))

0 commit comments

Comments
 (0)