optimizing responsive
This commit is contained in:
parent
df6977a820
commit
8e9121e48f
|
|
@ -8,10 +8,23 @@
|
||||||
bottom: -3rem;
|
bottom: -3rem;
|
||||||
}
|
}
|
||||||
.screen_worker_1 {
|
.screen_worker_1 {
|
||||||
@apply left-0;
|
left: -60px;
|
||||||
|
@screen xl {
|
||||||
|
left: 3%;
|
||||||
|
}
|
||||||
|
@screen 2xl {
|
||||||
|
left: 8%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.screen_worker_2 {
|
.screen_worker_2 {
|
||||||
@apply -right-16;
|
@apply -right-16;
|
||||||
|
right: -100px;
|
||||||
|
@screen xl {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
@screen 2xl {
|
||||||
|
right: 7%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&__content {
|
&__content {
|
||||||
.cover_worker {
|
.cover_worker {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user