Skip to content

Commit 725bf9b

Browse files
committed
добавил line-height спискам в post
1 parent ae17828 commit 725bf9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/post/post.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $color-block-code: #f8f8f2;
153153

154154
&::before {
155155
@include font-rem(24);
156-
content: "*  *  *";
156+
content: "* * *";
157157
line-height: 1;
158158
}
159159
}
@@ -165,6 +165,7 @@ $color-block-code: #f8f8f2;
165165
margin-bottom: 5px;
166166
max-width: max-content;
167167
list-style: revert;
168+
line-height: 1.5;
168169
}
169170

170171
img {

0 commit comments

Comments
 (0)