Files
web/app/[lang]/(live)/(protected)/my-pages/layout.module.css
2024-05-21 15:23:06 +02:00

10 lines
221 B
CSS

.layout {
--header-height: 4.5rem;
background-color: var(--Scandic-Brand-Warm-White);
display: grid;
font-family: var(--ff-fira-sans);
grid-template-rows: var(--header-height) auto 1fr;
min-height: 100dvh;
}