mirror of
https://github.com/go-gitea/gitea
synced 2024-11-26 15:02:56 +01:00
add some padding to markdown paragraphs
This commit is contained in:
parent
c7cbdd34fb
commit
04d698bfbc
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue