This commit is contained in:
Antoine M 2024-02-15 18:52:16 +01:00
parent d70a6c37c1
commit cdef0c4e18

View File

@ -1,14 +1,21 @@
.page-container { .page-container {
@apply overflow-hidden; @apply overflow-hidden;
$margin: 20px; $margin: 20px;
h1.titling-construction {
@apply mx-auto text-4xl;
}
.screen { .screen {
@apply flex flex-col justify-center items-center relative overflow-hidden; @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); height: calc(99.8dvh - $margin * 2);
width: calc(100% - $margin * 2); width: calc(100% - $margin * 2);
margin: $margin auto 0 auto; margin: $margin auto 0 auto;
} }
h2.screen-subtitle {
@apply text-6xl mt-4 mb-12;
}
.screen { .screen {
&__content { &__content {
@apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative; @apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative;