Draw side line for blockquote on start

By this change, the line beside blockquote would appear at start. It means if the text is in LTR language, it appears on left and if it is in RTL, the line appears on right.
main
ahangarha 3 years ago
parent 5424f9110f
commit 3a1872c03e

@ -98,7 +98,7 @@ main article {
}
blockquote {
border-left: 5px solid $gray;
border-inline-start: 5px solid $gray;
margin: 1em auto;
padding: 0em 2em;
}

Loading…
Cancel
Save