Skip to content

Commit 9dedfcc

Browse files
committed
HN: collapse blockquote margin + padding
1 parent aee35e2 commit 9dedfcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

news.ycombinator.com/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ const styles = `
2121
}
2222
blockquote {
2323
border-left: 4px solid #ffc071;
24-
padding-left: 1em;
24+
padding-left: .5em;
2525
color: #ffc071;
26+
margin-left: .5em;
2627
}
2728
2829
table.comment-tree .comment a {

0 commit comments

Comments
 (0)