From 71655e4eb4a59e7bfe4ea0811a2f57da591d011c Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 6 Mar 2021 02:48:22 +0100 Subject: [PATCH] Add anchor link offset --- public/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 191bcdf..21c372b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -57,6 +57,15 @@ nav.shadow { cursor: pointer; } +/* Anchor offset */ +h3 { + position: relative; +} +h3 span { + position: absolute; + top: -65px; +} + .anchor-link { color: transparent !important; }