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;