diff --git a/components/core/Layout/Layout.module.css b/components/core/Layout/Layout.module.css index 54fc80eb8..bb90675a6 100644 --- a/components/core/Layout/Layout.module.css +++ b/components/core/Layout/Layout.module.css @@ -1,4 +1,4 @@ .root { - @apply h-full bg-primary mx-auto; + @apply h-full bg-primary mx-auto transition-colors duration-150; max-width: 2460px; }