1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

refactor(markdown): split margin to margin-top and margin-bottom

This commit is contained in:
郭桓桓 2023-03-03 19:13:28 +08:00
parent 7dc2238fdf
commit 648738b890
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

@ -36,7 +36,8 @@
} }
hr { hr {
width: 50px; width: 50px;
margin: 2rem auto; margin-top: 2rem;
margin-bottom: 2rem;
} }
blockquote, blockquote,
q { q {