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; }