FEATURE Handling the alignfull alignment

This commit is contained in:
Antoine M 2026-03-20 17:03:35 +01:00
parent 50a19fca8c
commit c101758371

View File

@ -60,4 +60,10 @@
@apply flex gap-4;
}
}
.content-area .alignfull {
@media (min-width: 1024px) {
margin: 0 calc(-50vw + 50% + 24.26%) !important;
}
}
}