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.
1 parent de6d8cb commit 9576f8bCopy full SHA for 9576f8b
src/components/settings.js
@@ -10,7 +10,7 @@ import ImageSetter from './Settings/ImageSetter';
10
import PatternSetter from './Settings/PatternSetter';
11
12
const Settings = () => (
13
- <Box px="10" py="5">
+ <Box px={{ lg: 10 }} py="5">
14
<RandomnessSlider />
15
<ComplexitySlider />
16
<Divider my="5" />
src/pages/index.js
@@ -46,7 +46,7 @@ const IndexPage = () => (
46
flex="1"
47
display="flex"
48
alignItems="center"
49
- w={{ sm: '100%', lg: 4 / 12 }}
+ w={{ base: '100%', lg: 4 / 12 }}
50
>
51
<Box w="full">
52
<Flex
0 commit comments