Skip to content

Commit 13cd3c8

Browse files
committed
Fix list item spacing
1 parent c75fa05 commit 13cd3c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/post/styles.js

+7
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ export const Content = styled.div`
143143
border-bottom: 1px solid #808080;
144144
}
145145
}
146+
147+
li {
148+
margin-top: 10px;
149+
:first-child {
150+
margin-top: 0;
151+
}
152+
}
146153
147154
h2 {
148155
margin-top: 50px;

0 commit comments

Comments
 (0)