9 lines
185 B
CSS
9 lines
185 B
CSS
.back-end__front-page {
|
|
@apply bg-lhoist min-h-full w-full;
|
|
min-height: 100vh;
|
|
@apply flex justify-center items-center;
|
|
.cover {
|
|
@apply px-8 w-full max-w-6xl;
|
|
}
|
|
}
|