From ddae4df823914caf56382fa48a262aa364f63a62 Mon Sep 17 00:00:00 2001 From: MuzakkiABBAUF Date: Mon, 1 Sep 2025 12:31:25 +0700 Subject: [PATCH] fix --- .../app/components/landing-page/featuredtemplates.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/proyek-frontend/app/components/landing-page/featuredtemplates.vue b/proyek-frontend/app/components/landing-page/featuredtemplates.vue index c0c8f38..42377b3 100644 --- a/proyek-frontend/app/components/landing-page/featuredtemplates.vue +++ b/proyek-frontend/app/components/landing-page/featuredtemplates.vue @@ -45,12 +45,15 @@ font-size: 2.9rem; font-weight: bold; margin-bottom: 30px; + text-align: center; + } .featured-header p { color: #555; margin-bottom: 40px; font-size: 17px; + text-align: center; } .template-grid { @@ -153,8 +156,8 @@ .see-more { margin-top: 30px; - text-align: right; /* biar ke kanan */ - max-width: 1100px; /* sama kayak grid */ + text-align: right; + max-width: 1100px; margin-left: auto; margin-right: auto; }