diff --git a/src/assets/css/components/Page-container.scss b/src/assets/css/components/Page-container.scss index e8c71eb..0fbd797 100644 --- a/src/assets/css/components/Page-container.scss +++ b/src/assets/css/components/Page-container.scss @@ -1,14 +1,21 @@ .page-container { @apply overflow-hidden; $margin: 20px; + + h1.titling-construction { + @apply mx-auto text-4xl; + } .screen { @apply flex flex-col justify-center items-center relative overflow-hidden; - @apply bg-purple-500 lg:bg-tahiti-200; + @apply bg-lhoist; height: calc(99.8dvh - $margin * 2); width: calc(100% - $margin * 2); margin: $margin auto 0 auto; } + h2.screen-subtitle { + @apply text-6xl mt-4 mb-12; + } .screen { &__content { @apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative;