From 24a3667471bb300c51b35bd75274106604474f45 Mon Sep 17 00:00:00 2001 From: Sammy-T Date: Tue, 30 Mar 2021 06:13:11 -0400 Subject: [PATCH] Prevent burger from overlapping menu contents --- components/layout/Header.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/layout/Header.module.css b/components/layout/Header.module.css index 7c173564..032a121c 100644 --- a/components/layout/Header.module.css +++ b/components/layout/Header.module.css @@ -70,6 +70,11 @@ padding: 0 15px; } + .title { + padding: 0.5rem; + margin-bottom: 0.5rem; + } + .nav { font-size: var(--font-size-normal); flex-wrap: wrap;