mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-28 02:05:50 +08:00
add some padding to markdown paragraphs
This commit is contained in:
@ -448,6 +448,9 @@ img.avatar-100 {
|
||||
margin: 15px 0;
|
||||
border-bottom: 2px solid #EEE;
|
||||
}
|
||||
.markdown p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
.markdown blockquote:last-child,
|
||||
.markdown ul:last-child,
|
||||
.markdown ol:last-child,
|
||||
|
Reference in New Issue
Block a user