correction :after problems in footer

This commit is contained in:
Antoine M 2023-12-13 17:36:59 +01:00
parent 7b7a538223
commit 044f741cc6

View File

@ -11,9 +11,12 @@
lg:justify-center lg:justify-center
xl:container xl:container
xl:mx-auto; xl:mx-auto;
&:after { &:not(.menu-renovateur--footer) {
@apply absolute top-0 left-1/2 w-screen h-full bg-white shadow-md z-[-1] -translate-x-1/2; /* @apply bg-white shadow-md; */
content: ''; &:after {
@apply absolute top-0 left-1/2 w-screen h-full bg-white shadow-md z-[-1] -translate-x-1/2;
content: '';
}
} }
.website_logo { .website_logo {