Skip to content

Commit f8c7a0c

Browse files
authored
Issue #17: Fix broken cards style with responsive grid (#18)
1 parent 4074679 commit f8c7a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/cards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
margin: 0 auto;
2424
}
2525
.view-promoted-cards .views-view-grid {
26-
gap: 2.5rem;
26+
gap: var(--views-responsive-grid--layout-gap, 2.5rem);
2727
}
2828
.view-promoted-cards .views-grid-box {
2929
border: none;

0 commit comments

Comments
 (0)