Commit 1c09546e authored by Juhani Ränkimies's avatar Juhani Ränkimies
Browse files

fix(site): adjust line-heights

parent 6ef10427
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ html, body {
}

nav {
  line-height: 125%;
  margin: 1em 0 1em 0;
}

@@ -164,6 +165,7 @@ section.page h1 {
}

section.page .content {
  line-height: 125%;
  margin-left: 0.5em;
}

@@ -182,6 +184,7 @@ section.page a:visited {
}

section div pre {
  line-height: 119%;
  overflow: auto;
}