From ffe461fa533de4ca239c28142f82c4dbc3d23feb Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 26 Oct 2021 08:48:08 +0200 Subject: [PATCH] [THEME] Fix anchors for all pages --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d4400bd..b4ebd28 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -38,6 +38,9 @@ body { p, ul, ol { line-height: 1.6em; } +article { + position: relative; +} /******************* Links *******************/ a:not(.anchor) { @@ -410,7 +413,6 @@ a.not(.anchor):focus { /******************* Article Body *******************/ .article-body { margin-bottom: 2em; - position: relative; } .article-body img { max-width: 100%;