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.
2 parents 13d25c9 + 0282913 commit fdd5bbeCopy full SHA for fdd5bbe
src/pages/Insights/Collection/components/CardGrid.tsx
@@ -4,4 +4,5 @@ export const CardGrid = styled.div`
4
display: grid;
5
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
6
gap: ${({ theme }) => theme.space.md};
7
+ margin-bottom: ${({ theme }) => theme.space.xl};
8
`;
0 commit comments