This commit is contained in:
Muzakki Parsaoran Siregar 2025-09-01 12:31:25 +07:00
parent ff19646ba7
commit ddae4df823

View File

@ -45,12 +45,15 @@
font-size: 2.9rem; font-size: 2.9rem;
font-weight: bold; font-weight: bold;
margin-bottom: 30px; margin-bottom: 30px;
text-align: center;
} }
.featured-header p { .featured-header p {
color: #555; color: #555;
margin-bottom: 40px; margin-bottom: 40px;
font-size: 17px; font-size: 17px;
text-align: center;
} }
.template-grid { .template-grid {
@ -153,8 +156,8 @@
.see-more { .see-more {
margin-top: 30px; margin-top: 30px;
text-align: right; /* biar ke kanan */ text-align: right;
max-width: 1100px; /* sama kayak grid */ max-width: 1100px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }