diff --git a/proyek-frontend/app/assets/css/main.css b/proyek-frontend/app/assets/css/main.css index a461c50..f4c1129 100644 --- a/proyek-frontend/app/assets/css/main.css +++ b/proyek-frontend/app/assets/css/main.css @@ -1 +1,4 @@ -@import "tailwindcss"; \ No newline at end of file +@import "tailwindcss"; +html { + scroll-behavior: smooth; +} diff --git a/proyek-frontend/app/components/landing-page/aboutsection.vue b/proyek-frontend/app/components/landing-page/aboutsection.vue index 6a18548..3aaa753 100644 --- a/proyek-frontend/app/components/landing-page/aboutsection.vue +++ b/proyek-frontend/app/components/landing-page/aboutsection.vue @@ -1,5 +1,5 @@