Add silent servo category

This commit is contained in:
Jacky Ser
2026-08-10 23:56:54 +08:00
parent f72de38fb7
commit 9ab7d7c195
2 changed files with 27 additions and 9 deletions

View File

@@ -230,7 +230,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(7, 1fr);
grid-template-columns: repeat(8, 1fr);
gap: 9px;
margin-bottom: 22px;
}
@@ -451,6 +451,7 @@ footer > span { color: #9aa4b2; font-size: 10px; }
.hero-copy { max-width: 760px; }
.selector-shell { width: min(100%, 720px); }
.how-section { gap: 45px; }
.catalog-summary { grid-template-columns: repeat(4, 1fr); }
.catalog-grid { grid-template-columns: repeat(2, 1fr); }
.catalog-image-button { height: 260px; }
}
@@ -475,7 +476,6 @@ footer > span { color: #9aa4b2; font-size: 10px; }
.capability-strip div:nth-child(2) { border-right: 0; }
.section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
.catalog-summary { grid-template-columns: repeat(2, 1fr); }
.catalog-summary button:last-child { grid-column: 1 / -1; }
.catalog-toolbar { top: 64px; }
.catalog-grid { grid-template-columns: 1fr; gap: 15px; }
.catalog-image-button { height: 280px; }