aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/dev-tools-pages/ts/components/Compiler.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dev-tools-pages/ts/components/Compiler.tsx b/packages/dev-tools-pages/ts/components/Compiler.tsx
index 94d97511c..37796e6cc 100644
--- a/packages/dev-tools-pages/ts/components/Compiler.tsx
+++ b/packages/dev-tools-pages/ts/components/Compiler.tsx
@@ -10,7 +10,7 @@ const Cards = styled.dl`
column-count: 3;
column-gap: 1.25rem;
- ${media.small`
+ ${media.medium`
column-count: 1;
`}: ;
`;
@@ -23,7 +23,7 @@ const Card = styled.div`
margin-bottom: 1.25rem;
width: 100%;
- ${media.small`
+ ${media.medium`
padding: 1.875rem;
`};
`;