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; }