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.
This commit is contained in:
ahangarha 2021-06-11 11:53:28 +00:00
parent 5424f9110f
commit 3a1872c03e
1 changed files with 1 additions and 1 deletions

View File

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