about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-09-26 22:08:21 +0200
committersternenseemann <git@lukasepple.de>2017-09-26 22:08:21 +0200
commit255d286d40b442eaaee587829dd8e6cd6e921ad8 (patch)
tree120108b417e3b47415c5b3ba68237379732f1705 /web
parentc7bf7df4df29271c3da9717fee6ab4778f5a9e41 (diff)
Fix links in the sidebar
Diffstat (limited to 'web')
-rw-r--r--web/source/custom.css3
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;