From dc96aea806a55517e9c90c0e87c980e29e95f594 Mon Sep 17 00:00:00 2001 From: Kat Tannehill Date: Tue, 17 Sep 2024 15:05:03 -0600 Subject: [PATCH] Minor header tweak --- client/src/style/header-footer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/style/header-footer.css b/client/src/style/header-footer.css index 699bcf4..5fc1ca9 100644 --- a/client/src/style/header-footer.css +++ b/client/src/style/header-footer.css @@ -8,6 +8,10 @@ padding: 0 1rem; } +#header .orange-block::before { + width: calc(100% + 1rem); +} + #header h3 { position: relative; }