applying alignfull to component container

This commit is contained in:
Antoine M 2023-12-07 15:41:58 +01:00
parent 0c08823fb8
commit c36a0d7aca

View File

@ -1,5 +1,6 @@
.card-large-content-container {
@apply bg-gray py-16 flex flex-col items-center px-4;
margin: 2rem calc(50% - 50vw);
&--has-illustration {
@apply pt-48;
}