From 33c4c87eedd08e136f427273bffea13ddf3d8613 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 7 Mar 2021 00:07:26 +0100 Subject: Add more contrast to navigation elements on index page --- stylesheets/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'stylesheets/index.css') diff --git a/stylesheets/index.css b/stylesheets/index.css index 74ba8b7..66abda2 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -70,3 +70,11 @@ a#next-concert:hover { top: 10%; } } + +@media (min-width: 40em) { + header.menu > nav, + footer.social { + background: #0004; + margin-bottom: auto; + } +} -- cgit v1.2.3