overfloxw x hidden on body

This commit is contained in:
Antoine M 2024-01-18 15:44:19 +01:00
parent 48a35d2a5c
commit 8bad741204

View File

@ -1,6 +1,6 @@
body { body {
@apply bg-white antialiased; @apply bg-white antialiased;
overflow-x: hidden; @apply overflow-x-hidden;
@apply text-base; @apply text-base;
line-height: 1.7; line-height: 1.7;