mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix markdown header margin-top
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
word-wrap: break-word;
|
||||
|
||||
&.file-view {
|
||||
padding: 5px 2em 2em !important;
|
||||
padding: 2em 2em 2em !important;
|
||||
}
|
||||
|
||||
>*:first-child {
|
||||
@@ -51,6 +51,10 @@
|
||||
margin-bottom: 16px;
|
||||
font-weight: bold;
|
||||
line-height: 1.4;
|
||||
|
||||
&:first-of-type {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
h1 .octicon-link,
|
||||
|
Reference in New Issue
Block a user