Skip to content

Commit

Permalink
fix: 화면 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
jwo0o0 committed Feb 22, 2024
1 parent b8e84b3 commit a999609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Warning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Warning = () => {

const WarningContainer = styled.div`
width: 100%;
height: 360px;
height: 450px;
margin-top: 6px;
background-color: white;
Expand Down

0 comments on commit a999609

Please sign in to comment.