diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index 80cc407..f7434b5 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -96,6 +96,6 @@ } @media (scripting: none) { - header{height:50px !important;} + .headerContainer{height:50px !important;} } \ No newline at end of file