diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css b/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css index 8effc5412..998c4ff65 100644 --- a/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css +++ b/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css @@ -2,6 +2,6 @@ background-color: var(--Scandic-Brand-Warm-White); display: grid; font-family: var(--typography-Body-Regular-fontFamily); - gap: var(--Spacing-x5); + gap: var(--Spacing-x3); grid-template-rows: auto 1fr; } diff --git a/app/[lang]/(live)/layout.tsx b/app/[lang]/(live)/layout.tsx index 63a412543..c7c523d6e 100644 --- a/app/[lang]/(live)/layout.tsx +++ b/app/[lang]/(live)/layout.tsx @@ -5,7 +5,7 @@ import Script from "next/script" import TrpcProvider from "@/lib/trpc/Provider" -import AdobeScript from "@/components/Current/AdobeScript" +import AdobeSDKScript from "@/components/Current/AdobeSDKScript" import Footer from "@/components/Current/Footer" import VwoScript from "@/components/Current/VwoScript" import { getIntl } from "@/i18n" @@ -33,6 +33,7 @@ export default async function RootLayout({ return ( + - @@ -56,9 +53,6 @@ export default async function RootLayout({