STYLe handling the new structure with inner div

This commit is contained in:
Antoine M 2025-05-29 10:41:30 +02:00
parent e89a30c492
commit 8a0ba128f9

View File

@ -1,6 +1,10 @@
.page-header {
@apply bg-primary text-white py-16 grid grid-cols-1 lg:grid-cols-2 items-center;
grid-template-columns: 61.8fr 38.2fr;
@apply bg-primary text-white py-16 items-center;
&__inner {
@apply grid grid-cols-1 lg:grid-cols-2;
grid-template-columns: 61.8fr 38.2fr;
}
&__title {
@apply text-white;