Skip to content

Commit

Permalink
reintroduce 12px padding to sides of table (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvbom authored May 13, 2024
1 parent 4eeeaef commit 274943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const WrapInner = styled.div<{ compact?: boolean }>`
max-width: 840px;
${({ compact }) => (compact ? css`
padding: 0;
padding: 0 12px;
@media only screen and (${devices.tablet}) {
padding: 0 16px;
Expand Down

0 comments on commit 274943e

Please sign in to comment.