From 17dba3676e34470b962616e310f8f4585a697fa3 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 10 Mar 2017 05:23:48 -0800 Subject: [PATCH] better lists on mobile --- css/main.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/main.scss b/css/main.scss index 824ee50..e79d352 100644 --- a/css/main.scss +++ b/css/main.scss @@ -68,10 +68,15 @@ ul { list-style-type: none; } +li { + // to compensate for no bullet points, we need extra space between list items + // in the case of small screens where they wrap. + margin-top: 12px; +} + .site-nav-list { - // for site index lists, bigger font, no indent, more space + // for site index lists, bigger font, no indent font-size: 22px; - line-height: 2; padding-left: 0; } -- 2.30.2