optimizing responsive

This commit is contained in:
Antoine M 2024-03-20 11:51:13 +01:00
parent df6977a820
commit 8e9121e48f

View File

@ -8,10 +8,23 @@
bottom: -3rem;
}
.screen_worker_1 {
@apply left-0;
left: -60px;
@screen xl {
left: 3%;
}
@screen 2xl {
left: 8%;
}
}
.screen_worker_2 {
@apply -right-16;
right: -100px;
@screen xl {
right: 0;
}
@screen 2xl {
right: 7%;
}
}
&__content {
.cover_worker {