Skip to content

Commit 283fbd6

Browse files
author
Miguel Solorio
committed
Add better styling for blockquotes
1 parent b2026ba commit 283fbd6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

preview-src/index.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,18 @@ body .comment-form .form-actions button {
384384
}
385385

386386
.comment-body blockquote {
387-
margin: 0 7px 0 5px;
388-
padding: 0 16px 0 10px;
387+
display: flex;
388+
flex-direction: column;
389+
margin: 8px 0;
390+
padding: 0px 12px;
389391
border-left-width: 5px;
390392
border-left-style: solid;
391393
}
392394

395+
.comment-body blockquote p{
396+
margin: 8px 0;
397+
}
398+
393399
.comment-body code {
394400
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
395401
}

0 commit comments

Comments
 (0)