We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2627f43 commit dc7981cCopy full SHA for dc7981c
assets/css/v2/style.css
@@ -1546,7 +1546,7 @@ a:hover {
1546
display: flex;
1547
flex-direction: column;
1548
gap: var(--card-spacing);
1549
- margin-block-end: var(--card-spacing);
+ margin-block-end: calc(var(--card-spacing) - var(--flow-gap));
1550
1551
&.featured-section {
1552
/* Hide all the cards past 3 if it is a featured card section */
0 commit comments