From 2671ef78fb07377fcacce33197e0a72a918f55b4 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 28 Feb 2021 21:42:12 +0100 Subject: [PATCH] merge upstream --- layouts/partials/math.html | 3 --- static/css/index.css | 4 ++-- static/css/minimal.css | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 layouts/partials/math.html diff --git a/layouts/partials/math.html b/layouts/partials/math.html deleted file mode 100644 index e113ec1..0000000 --- a/layouts/partials/math.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/css/index.css b/static/css/index.css index 68d6306..a860031 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -133,11 +133,11 @@ article header h1 { } nav { - margin: .5em -.8em; + margin: .5em -1em; } nav a { - margin: .5em .8em; + margin: .5em 1em; } body > header, body > article { diff --git a/static/css/minimal.css b/static/css/minimal.css index 928a016..387dc72 100644 --- a/static/css/minimal.css +++ b/static/css/minimal.css @@ -136,11 +136,11 @@ article header h1 { } nav { - margin: .5em -.8em; + margin: .5em -1em; } nav a { - margin: .5em .8em; + margin: .5em 1em; } body > header, body > article {