diff options
author | sternenseemann <git@lukasepple.de> | 2017-09-26 22:08:21 +0200 |
---|---|---|
committer | sternenseemann <git@lukasepple.de> | 2017-09-26 22:08:21 +0200 |
commit | 255d286d40b442eaaee587829dd8e6cd6e921ad8 (patch) | |
tree | 120108b417e3b47415c5b3ba68237379732f1705 /web | |
parent | c7bf7df4df29271c3da9717fee6ab4778f5a9e41 (diff) |
Fix links in the sidebar
Diffstat (limited to 'web')
-rw-r--r-- | web/source/custom.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/source/custom.css b/web/source/custom.css index 3399e7c..95c70dc 100644 --- a/web/source/custom.css +++ b/web/source/custom.css @@ -63,7 +63,8 @@ body { } #sidebar a { - padding: 0.75rem; + padding-bottom: 0.75rem; + padding-top: 0.75rem; display: inline-block; text-decoration: none; color: white; |