From e6e352bfc7527c3a02cfe90868af7bdf62df4d6f Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 18 Nov 2020 19:29:21 +0100 Subject: [PATCH] Fix anchor position --- static/css/blog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/blog.css b/static/css/blog.css index b0c60eda8e..678e85fdee 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -19,6 +19,10 @@ h3.blog-post { margin-bottom: 0; } +h3.blog-post span.anchor { + position: initial; +} + h3.blog-post > span.date { font-weight: lighter; width: 10vh; -- 2.49.0