fix markdown header margin-top

This commit is contained in:
Unknwon 2015-12-12 22:04:52 -05:00
parent 351dfc95a9
commit 4df378b892
2 changed files with 14 additions and 3 deletions

View file

@ -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,