summaryrefslogtreecommitdiff
path: root/sass/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss5
1 files changed, 5 insertions, 0 deletions
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;