correction :after problems in footer
This commit is contained in:
parent
7b7a538223
commit
044f741cc6
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user