From 678c7ff0bb94b744c6759a1c6c313530cb75cc03 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 27 Dec 2020 14:49:05 -0600 Subject: [PATCH] Tweak margins in header nav in responsive modes --- www/css/core.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/css/core.css b/www/css/core.css index d14b9602..ccb96ac2 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2124,6 +2124,10 @@ article.ebook section aside.donation p::after{ body > header ul li:nth-child(odd)::before{ display: none; } + + body > header ul li:nth-child(2) ~ li{ + margin-top: .5rem; + } } @media(max-width: 500px){ @@ -2290,6 +2294,8 @@ article.ebook section aside.donation p::after{ display: none; } + + body > header ul li:nth-child(2) ~ li, body > header ul li + li{ margin-top: 1rem; }