fixing screen workers on firefox
This commit is contained in:
parent
d66b618f22
commit
e3defd456a
|
|
@ -12,6 +12,8 @@
|
||||||
}
|
}
|
||||||
.screen_worker_1 {
|
.screen_worker_1 {
|
||||||
left: -60px;
|
left: -60px;
|
||||||
|
width: 400px;
|
||||||
|
height: auto;
|
||||||
@screen xl {
|
@screen xl {
|
||||||
left: 3%;
|
left: 3%;
|
||||||
}
|
}
|
||||||
|
|
@ -22,6 +24,8 @@
|
||||||
.screen_worker_2 {
|
.screen_worker_2 {
|
||||||
@apply -right-16;
|
@apply -right-16;
|
||||||
right: -100px;
|
right: -100px;
|
||||||
|
width: 827px;
|
||||||
|
height: auto;
|
||||||
@screen xl {
|
@screen xl {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user