Skip to content

Commit 0fd63cc

Browse files
Update src/components/Layout.tsx
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
1 parent de022a4 commit 0fd63cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/Layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,7 @@ const Layout: React.FC<IProps> = ({
145145
</ZenMode>
146146
<SkipLinkAnchor id="main-content" />
147147
<Flex
148-
sx={{
149-
"@media (max-width: 1024px": {
150-
flexDirection: "column",
151-
},
152-
}}
148+
flexDirection={{ base: 'column', lg: 'row' }}
153149
>
154150
{shouldShowSideNav && (
155151
<ZenMode>

0 commit comments

Comments
 (0)