lhoist-stay-safe__backend-t.../resources/css/pages/front-page.css
Antoine M e29cc748d0
All checks were successful
continuous-integration/drone/push Build is passing
refining front page
2024-09-23 13:03:33 +02:00

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;
}
}