Reposition Toc and tweak width and line-height

This commit is contained in:
Philipp Oppermann
2016-07-28 19:44:57 +02:00
parent 05d74786f9
commit 7e2878aba7

View File

@@ -122,12 +122,12 @@ aside#toc {
@media (min-width: 80rem) { @media (min-width: 80rem) {
aside#toc { aside#toc {
display: block; display: block;
width: 15em; width: 12rem;
position: fixed; position: fixed;
left:1rem;
top: 4rem; top: 4rem;
margin-left: -15rem;
font-size: 90%; font-size: 90%;
line-height: 1.1; line-height: 1.2;
} }
aside#toc h2 { aside#toc h2 {