feat(markdown): apply styles to `q` element
This commit is contained in:
parent
02d03e7633
commit
32058aa5d3
src/scss
|
@ -40,7 +40,8 @@
|
|||
margin: 2rem auto;
|
||||
width: 50px;
|
||||
}
|
||||
blockquote {
|
||||
blockquote,
|
||||
q {
|
||||
padding: .6rem 1.2rem;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
|
Loading…
Reference in New Issue