mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
add some padding to markdown paragraphs
This commit is contained in:
@@ -448,6 +448,9 @@ img.avatar-100 {
|
|||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
border-bottom: 2px solid #EEE;
|
border-bottom: 2px solid #EEE;
|
||||||
}
|
}
|
||||||
|
.markdown p {
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
.markdown blockquote:last-child,
|
.markdown blockquote:last-child,
|
||||||
.markdown ul:last-child,
|
.markdown ul:last-child,
|
||||||
.markdown ol:last-child,
|
.markdown ol:last-child,
|
||||||
|
Reference in New Issue
Block a user