Fix header gap on index
This commit is contained in:
parent
3ab4436383
commit
0d82a74550
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ a:hover {
|
||||||
padding: 0
|
padding: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hack header + article {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.hack blockquote, .hack h1, .hack ol, .hack p, .hack ul {
|
.hack blockquote, .hack h1, .hack ol, .hack p, .hack ul {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
|
|
Loading…
Reference in a new issue