diff --git a/static/css/components/header.css b/static/css/components/header.css index b04e1cea..05ca0503 100644 --- a/static/css/components/header.css +++ b/static/css/components/header.css @@ -19,6 +19,18 @@ height: 100%; } +/* Responsive header container for larger screens */ +@media (min-width: 2000px) { + .header-container { + max-width: 1800px; + } +} +@media (min-width: 3000px) { + .header-container { + max-width: 2400px; + } +} + /* Logo and title styling */ .header-branding { display: flex;