Skip to content

Commit

Permalink
chore: Layout height를 100vh로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
WithJo committed Aug 28, 2024
1 parent c604561 commit cd34f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/RootLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from "@emotion/styled";

export const Layout = styled.main`
width: min(100%, 800px);
height: 100vh;
margin: 0px auto;
padding: 10px;
`;
Expand Down

0 comments on commit cd34f0d

Please sign in to comment.