Skip to content

Commit dc7981c

Browse files
committed
Card: Added displacement to gap to accord for grip gap
1 parent 2627f43 commit dc7981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ a:hover {
15461546
display: flex;
15471547
flex-direction: column;
15481548
gap: var(--card-spacing);
1549-
margin-block-end: var(--card-spacing);
1549+
margin-block-end: calc(var(--card-spacing) - var(--flow-gap));
15501550

15511551
&.featured-section {
15521552
/* Hide all the cards past 3 if it is a featured card section */

0 commit comments

Comments
 (0)