Merge pull request #4358 from mitchellh/listfix

fix list display on chrome
This commit is contained in:
Matthew Hooker 2017-01-05 11:19:56 -08:00 committed by GitHub
commit 7e2e3f4a36
1 changed files with 13 additions and 10 deletions

View File

@ -208,6 +208,9 @@ header .header {
font-size: 17px;
line-height: (30/17) !important;
margin-bottom: $baseline;
p {
display: inline;
}
}
}