diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 5 |
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; |