fixing bg color problem due to padding

This commit is contained in:
Antoine M 2024-05-08 14:33:22 +02:00
parent 25d06cfd2c
commit a631ace2b4

View File

@ -3,7 +3,9 @@
}
.footer {
@apply px-10 py-24 xl:p-32 w-screen relative z-10 text-slate-900;
margin: 10rem calc(50% - 50vw) 0 calc(50% - 50vw) !important;
margin: 10rem calc(50% - 50vw) -50px calc(50% - 50vw) !important;
transform: translateY(30px);
box-sizing: border-box;