From c11fdaf58f18f648fbf564dc40fd8e2b12469404 Mon Sep 17 00:00:00 2001 From: MuzakkiABBAUF Date: Mon, 1 Sep 2025 10:22:10 +0700 Subject: [PATCH] navlink --- proyek-frontend/app/assets/css/main.css | 5 ++++- proyek-frontend/app/components/landing-page/aboutsection.vue | 2 +- proyek-frontend/app/components/landing-page/header.vue | 4 ++-- proyek-frontend/app/components/landing-page/hero.vue | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) 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 @@