fix: header in current content pages

This commit is contained in:
Christel Westerberg
2024-11-15 09:09:38 +01:00
parent 2f26680733
commit aec6361cd7
2 changed files with 1 additions and 1 deletions

View File

@@ -65,7 +65,6 @@ export default async function RootLayout({
<SkipToMainContent />
<ServerIntlProvider intl={{ defaultLocale, locale, messages }}>
{header}
<BookingWidget />
{children}
<Footer />
<TokenRefresher />

View File

@@ -1,5 +1,6 @@
.header {
display: grid;
background-color: var(--Main-Grey-White);
}
@media screen and (max-width: 1366px) {