Revert ecommerce catalog rematch

This commit is contained in:
Jacky Ser
2026-08-11 15:37:23 +08:00
parent b4d11e2f12
commit 6c37aa3d47
561 changed files with 7342 additions and 16435 deletions

View File

@@ -242,7 +242,7 @@ select:focus, input:focus, textarea:focus { border-color: var(--blue); box-shado
.section-heading > p { max-width: 480px; margin: 0; color: #6e7a8e; line-height: 1.8; font-size: 13px; }
.catalog-summary {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-columns: repeat(7, 1fr);
gap: 9px;
margin-bottom: 22px;
}