Skip to content

Commit 5fc1913

Browse files
committed
Fix typo
1 parent 1790c7e commit 5fc1913

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/velog/VelogResponsive.tsx

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

src/containers/post/HorizontalAd.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function HorizontalAd({}: Props) {
4949
const Wrapper = styled.div`
5050
margin-top: 1.5rem;
5151
margin-bottom: 1.5rem;
52+
max-height: 400px;
5253
`;
5354

5455
export default HorizontalAd;

0 commit comments

Comments
 (0)