From f1db6f88d73cc617567fae9fdf7402bd4d5dd00b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 Jul 2022 00:38:58 +0200 Subject: use shifted div for anchor to account for header bar --- sass/app.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sass') diff --git a/sass/app.scss b/sass/app.scss index ab7f497..a0fcaa1 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -169,6 +169,11 @@ ul.stops { border-bottom: 1px solid grey; background-color: $bg; + > .anchor { + position: relative; + top: -12em; + } + a { color: $fg; text-decoration: none; -- cgit v1.2.3