Skip to content

Commit fdd5bbe

Browse files
authored
Merge pull request #935 from AppQuality/fix-ungrouped-margin
🎨 style(CardGrid.tsx): add margin-bottom to CardGrid component
2 parents 13d25c9 + 0282913 commit fdd5bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Insights/Collection/components/CardGrid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export const CardGrid = styled.div`
44
display: grid;
55
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
66
gap: ${({ theme }) => theme.space.md};
7+
margin-bottom: ${({ theme }) => theme.space.xl};
78
`;

0 commit comments

Comments
 (0)