Skip to content

Commit

Permalink
Remove padding
Browse files Browse the repository at this point in the history
  • Loading branch information
gggritso committed Jan 31, 2025
1 parent feba82c commit 8163b99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const VisualizationWrapper = styled('div')`
`;

const FooterWrapper = styled('div')`
padding: ${space(0.5)} ${X_GUTTER} ${Y_GUTTER} ${X_GUTTER};
margin: 0;
border-top: 1px solid ${p => p.theme.border};
`;

0 comments on commit 8163b99

Please sign in to comment.