Skip to content

Commit 54ae7b5

Browse files
committed
Fix responsive layout width
1 parent bba236d commit 54ae7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/main/MainTemplate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const Main = styled.div`
3434
width: 526px;
3535
}
3636
${media.medium} {
37+
width: 768px;
3738
}
3839
${media.small} {
3940
width: 100%;

0 commit comments

Comments
 (0)