fixing screen workers on firefox

This commit is contained in:
Antoine M 2024-05-16 15:12:19 +02:00
parent d66b618f22
commit e3defd456a

View File

@ -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;
} }