Skip to content

Commit a1dcbe0

Browse files
committed
Give the comments some breathing room
1 parent dc8f1d9 commit a1dcbe0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scss/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ nav {
254254
font-size: 22px;
255255
font-style: italic;
256256
}
257+
258+
.comments {
259+
margin-top: 10px;
260+
}
257261
}
258262

259263
.wrapper-footer {

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ nav {
221221
color: #666666;
222222
font-size: 22px;
223223
font-style: italic; }
224+
.post .comments {
225+
margin-top: 10px; }
224226

225227
.wrapper-footer {
226228
margin-top: 50px;

0 commit comments

Comments
 (0)