From fcd5546d977de9802b930d541b3ed420677c969a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 20 Oct 2020 20:18:11 +0200 Subject: [PATCH] less spacing in nav, fix .md detection --- templates/main.css | 2 +- templates/main.html | 46 ++++++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/templates/main.css b/templates/main.css index ae4aadf..9fa5822 100644 --- a/templates/main.css +++ b/templates/main.css @@ -73,7 +73,7 @@ nav ul { } nav li { - margin: .5em 0; + margin: .25em 0; } nav .file { diff --git a/templates/main.html b/templates/main.html index 44d7785..fe8ee31 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,33 +1,37 @@ + {{garden_title}} - {{page_title}} - + - - -
- {{content | safe}} -
- Last modified at {{mtime}} -
-
+ + +
+ {{content | safe}} + + +
+ \ No newline at end of file