Skip to content

Commit ceeb531

Browse files
committed
Makes it horizontal
1 parent 19ed17c commit ceeb531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/post/HorizontalAd.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ const Wrapper = styled.div`
5050
margin-top: 1.5rem;
5151
margin-bottom: 1.5rem;
5252
ins {
53-
max-height: 400px;
53+
max-height: 80px;
54+
width: 100%;
5455
}
5556
`;
5657

0 commit comments

Comments
 (0)