Skip to content

Commit 329f25b

Browse files
committed
Fix multi-level blockquote bottom margin
1 parent 36136e4 commit 329f25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/static/a/main-mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ blockquote {
351351
background-repeat: no-repeat;
352352
border-radius: 6px;
353353
clear: both;
354-
margin: 0px;
354+
margin: 0px 0px 8px 0px;
355355
min-height: 38px;
356356
padding: 1px 8px 1px 54px;
357357
}

src/static/a/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ blockquote {
366366
background-repeat: no-repeat;
367367
border-radius: 6px;
368368
clear: both;
369-
margin: 0px;
369+
margin: 0px 0px 8px 0px;
370370
min-height: 38px;
371371
padding: 1px 8px 1px 54px;
372372
}

0 commit comments

Comments
 (0)