uodating whole site line height

This commit is contained in:
Antoine M 2023-12-21 17:02:02 +01:00
parent d9dab76867
commit e1fe141f0c

View File

@ -1,6 +1,9 @@
body { body {
@apply bg-white antialiased; @apply bg-white antialiased;
overflow-x: hidden; overflow-x: hidden;
@apply text-base;
line-height: 1.7;
} }
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;