From 625bbc3252d685ef316ba09d0a9960657ca9f07c Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 11 Jul 2022 11:43:00 -0500 Subject: [PATCH] Tweak nav bar styling on small screens --- www/css/core.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/www/css/core.css b/www/css/core.css index d57cc134..3cc36078 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2833,6 +2833,10 @@ ul.feed p{ display: block; /* needed to make overflow work */ width: 100%; } + + .download-list .year-header th{ + text-align: left; + } } @media(max-width: 1100px){ @@ -2879,10 +2883,12 @@ ul.feed p{ body > header{ flex-direction: column; align-items: center; + padding-bottom: .5rem; } - body > header li{ - margin-top: 2rem; + header nav li{ + margin-top: 1rem; + padding-top: 0; } main.front-page h1{ @@ -3113,7 +3119,7 @@ ul.feed p{ } body > header{ - padding: 1rem 0; + padding-top: 1rem; } body > header > a{