refining layout

This commit is contained in:
Antoine M 2024-01-09 09:32:11 +01:00
parent b9868effa3
commit dd664de164

View File

@ -0,0 +1,11 @@
.card-large-content {
@apply pt-32;
&__links-container {
@apply lg:gap-32;
}
&__top-illustration {
width: 330px;
height: 180px;
transform: translate(-50%, -54%);
}
}