diff options
-rw-r--r-- | packages/dev-tools-pages/ts/components/List.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/components/List.tsx b/packages/dev-tools-pages/ts/components/List.tsx index 5d5f03d2f..12d5d67a9 100644 --- a/packages/dev-tools-pages/ts/components/List.tsx +++ b/packages/dev-tools-pages/ts/components/List.tsx @@ -29,7 +29,7 @@ const StyledItem = styled.li` :not(:last-child) { margin-bottom: 0.5625rem; ${media.small` - margin-bottom: 0.375rem + margin-bottom: 0.375rem; `}; } `; |