fix markdown header margin-top
This commit is contained in:
parent
351dfc95a9
commit
4df378b892
2 changed files with 14 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue