From: Alekos Filini Date: Wed, 18 Nov 2020 18:29:21 +0000 (+0100) Subject: Fix anchor position X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/encode/enum.AnyDatabase.html?a=commitdiff_plain;h=e6e352bfc7527c3a02cfe90868af7bdf62df4d6f;p=bitcoindevkit.org Fix anchor position --- 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;