Skip to content

Commit 1790c7e

Browse files
committed
Try max-height
1 parent 26b0ef7 commit 1790c7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/velog/VelogResponsive.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ const VelogResponsiveBlock = styled.div`
66
width: 768px;
77
margin-left: auto;
88
margin-right: auto;
9+
910
${media.small} {
1011
width: 100%;
12+
max-height: 400px;
1113
}
1214
`;
1315

0 commit comments

Comments
 (0)