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 {
@apply bg-white antialiased;
overflow-x: hidden;
@apply text-base;
line-height: 1.7;
}
html {
scroll-behavior: smooth;