From b28ee832d5f1c723e7f7ae0127e44b713c88a52d Mon Sep 17 00:00:00 2001 From: MuzakkiABBAUF Date: Mon, 1 Sep 2025 10:05:05 +0700 Subject: [PATCH] Update aboutsection.vue --- proyek-frontend/app/components/landing-page/aboutsection.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proyek-frontend/app/components/landing-page/aboutsection.vue b/proyek-frontend/app/components/landing-page/aboutsection.vue index dd9d517..6a18548 100644 --- a/proyek-frontend/app/components/landing-page/aboutsection.vue +++ b/proyek-frontend/app/components/landing-page/aboutsection.vue @@ -64,7 +64,7 @@ const infoList = [ } .section-title { - font-size: 3rem; + font-size: 2.9rem; font-weight: 700; margin-bottom: 50px; color: #000; @@ -83,11 +83,12 @@ const infoList = [ max-width: 400px; height: auto; margin-bottom: 20px; + margin-right: 20px; } .about-text { max-width: 500px; - font-size: 1.1rem; + font-size: 1.4rem; color: #000; line-height: 1.6; font-family: 'Roboto', sans-serif;