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}} - -
+ + +
+ {{content | safe}} + + +
+ \ No newline at end of file