refining
This commit is contained in:
parent
d70a6c37c1
commit
cdef0c4e18
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user