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) {
aside#toc {
display: block;
width: 15em;
width: 12rem;
position: fixed;
left:1rem;
top: 4rem;
margin-left: -15rem;
font-size: 90%;
line-height: 1.1;
line-height: 1.2;
}
aside#toc h2 {