handling smooth scroll to internal anchor links

This commit is contained in:
Antoine M 2023-11-24 14:48:35 +01:00
parent ddd70aa431
commit 36eaf0758c

View File

@ -1,6 +1,9 @@
body {
@apply bg-white antialiased;
}
html {
scroll-behavior: smooth;
}
*::marker {
display: inline-block;