From 8772272576aba722c553eb8fe7ef56a989c7e5bf Mon Sep 17 00:00:00 2001 From: kurets Date: Sat, 1 Apr 2023 14:20:36 +0300 Subject: [PATCH] add a little margin between the content and next/prev pages --- new-site/public/style.css | 1 + new-site/static/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/new-site/public/style.css b/new-site/public/style.css index 2bcbd98b..f94b0f92 100644 --- a/new-site/public/style.css +++ b/new-site/public/style.css @@ -32,6 +32,7 @@ footer { /* For NEXTPREV.HTML */ #nextprev { /* The container for both the previous and next articles. */ + margin-top: 15px; } #prevart { diff --git a/new-site/static/style.css b/new-site/static/style.css index 2bcbd98b..f94b0f92 100644 --- a/new-site/static/style.css +++ b/new-site/static/style.css @@ -32,6 +32,7 @@ footer { /* For NEXTPREV.HTML */ #nextprev { /* The container for both the previous and next articles. */ + margin-top: 15px; } #prevart {