From 15f08a5b1adc560a0ff788bca5751c667fadd6a0 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Tue, 11 Jul 2023 16:25:06 +0800 Subject: [PATCH] Replace removed negative margins with opposite positive ones Signed-off-by: Egor Savkin --- templates/404.html | 2 +- templates/page.html | 2 +- templates/section.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/404.html b/templates/404.html index 68a1e78..eb19ba4 100644 --- a/templates/404.html +++ b/templates/404.html @@ -119,7 +119,7 @@
-
+

Oops, it slipped!

diff --git a/templates/page.html b/templates/page.html index 48d22bd..d730eef 100644 --- a/templates/page.html +++ b/templates/page.html @@ -17,7 +17,7 @@
-
+
{% if page.extra and page.extra.logo %} logo diff --git a/templates/section.html b/templates/section.html index ca2f9b5..55753de 100644 --- a/templates/section.html +++ b/templates/section.html @@ -9,7 +9,7 @@
-
+
{% if section.extra.title %}

{{ section.extra.title | markdown | safe }}