Skip to content

Commit

Permalink
fix responsive problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-reza619 committed Jan 9, 2021
1 parent b6af6fb commit 4833ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Home({ posts }) {
<title>Ahmad Reza Personal Web</title>
</Head>
<Stack
direction={["column", "row"]}
direction={{ base: 'column', md: 'row' }}
padding=".5rem 1rem"
width="100%"
minH="100vh"
Expand Down

0 comments on commit 4833ea3

Please sign in to comment.