merge upstream

This commit is contained in:
Niklas Buschmann 2021-02-28 21:42:12 +01:00
parent dbdf78b5fe
commit 2671ef78fb
3 changed files with 4 additions and 7 deletions

View File

@ -1,3 +0,0 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body)"></script>

View File

@ -133,11 +133,11 @@ article header h1 {
} }
nav { nav {
margin: .5em -.8em; margin: .5em -1em;
} }
nav a { nav a {
margin: .5em .8em; margin: .5em 1em;
} }
body > header, body > article { body > header, body > article {

View File

@ -136,11 +136,11 @@ article header h1 {
} }
nav { nav {
margin: .5em -.8em; margin: .5em -1em;
} }
nav a { nav a {
margin: .5em .8em; margin: .5em 1em;
} }
body > header, body > article { body > header, body > article {