fixing bg color problem due to padding
This commit is contained in:
parent
25d06cfd2c
commit
a631ace2b4
|
|
@ -3,7 +3,9 @@
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
@apply px-10 py-24 xl:p-32 w-screen relative z-10 text-slate-900;
|
@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);
|
transform: translateY(30px);
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user