Tweak css for inline code blocks in sidebar

This commit is contained in:
Mathieu David 2015-12-30 00:50:22 +01:00
parent e40b293336
commit 2d00f40a24
2 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,9 @@ h3 {
left: -300px;
}
}
.sidebar code {
line-height: 2em;
}
.sidebar-hidden .sidebar {
left: -300px;
}

View File

@ -18,6 +18,10 @@
@media only screen and (max-width: 1060px) {
left: - $sidebar-width
}
code {
line-height: 2em;
}
}
.sidebar-hidden .sidebar {