fixinfg safari bug

This commit is contained in:
Antoine M 2024-05-08 14:32:10 +02:00
parent 643d79be57
commit a989de4d09

View File

@ -3,7 +3,7 @@
@apply bg-lhoistlight; @apply bg-lhoistlight;
.screen_worker_1, .screen_worker_1,
.screen_worker_2 { .screen_worker_2 {
@apply hidden lg:block absolute; @apply hidden lg:block absolute w-fit;
max-height: 60%; max-height: 60%;
bottom: -3rem; bottom: -3rem;
} }
@ -38,7 +38,7 @@
@apply text-zuume; @apply text-zuume;
} }
.application_title { .application_title {
@apply text-9xl; @apply text-6xl xl:text-9xl;
} }
.application_subtitle { .application_subtitle {
@apply text-6xl bg-construction py-2 w-fit mx-auto px-3 block mb-10 md:inline-block; @apply text-6xl bg-construction py-2 w-fit mx-auto px-3 block mb-10 md:inline-block;