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