Skip to content

Commit 2f84ff4

Browse files
committed
feat(ui): improve block quote layout
1 parent 78eda9d commit 2f84ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/addon/commons.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ img {
8080
}
8181

8282
blockquote {
83-
border-left: 5px solid var(--blockquote-border-color);
83+
border-left: 0.125rem solid var(--blockquote-border-color);
8484
padding-left: 1rem;
8585
color: var(--blockquote-text-color);
86+
margin-top: 0.5rem;
8687

8788
> p:last-child {
8889
margin-bottom: 0;

0 commit comments

Comments
 (0)