From 4cf13db685b4c18e211c5434c64a3e67b0896f93 Mon Sep 17 00:00:00 2001 From: yelo Date: Wed, 19 Jul 2017 16:09:10 +0800 Subject: [PATCH] give the navbar some line-height (#216) --- src/themes/basic/_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/themes/basic/_layout.css b/src/themes/basic/_layout.css index 0f1f7f52..e8e9f94a 100644 --- a/src/themes/basic/_layout.css +++ b/src/themes/basic/_layout.css @@ -244,6 +244,10 @@ main { position: static; } } + + .sidebar-nav { + line-height: 2em; + } ul { margin: 0;