diff --git a/code/frontend/src/components/header.css b/code/frontend/src/components/header.css index e7d0fe6..0f81114 100644 --- a/code/frontend/src/components/header.css +++ b/code/frontend/src/components/header.css @@ -18,6 +18,12 @@ left: 0; z-index: 1000; } +@media only screen and (min-width: 768px) { + .base-header { + height: var(--header-height-desktop); + } +} + .header-title { display: flex; width: 162px;