handling when block is the first or the last of the page-container

This commit is contained in:
Antoine M 2024-04-10 17:35:10 +02:00
parent 26f1aa29ab
commit dc6fca50d9

View File

@ -56,3 +56,10 @@
@apply mt-6;
}
}
.breadcrumbs_navigation + .homegrade-content-blocks-content-box {
@apply !mt-6;
}
.homegrade-page-container .homegrade-content-blocks-content-box:last-child {
@apply !mb-0;
}