refactor(markdown): split `margin` to `margin-top` and `margin-bottom`
This commit is contained in:
parent
7dc2238fdf
commit
648738b890
|
@ -36,7 +36,8 @@
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
margin: 2rem auto;
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
blockquote,
|
blockquote,
|
||||||
q {
|
q {
|
||||||
|
|
Loading…
Reference in New Issue