This commit is contained in:
2026-03-07 12:09:01 +07:00
parent aa223ce3bb
commit 327b2645f2
124 changed files with 2189 additions and 1696 deletions

View File

@@ -2,6 +2,19 @@
body { font-family: 'Roboto', sans-serif; margin: 0; }
.font-inter { font-family: 'Inter', sans-serif; }
/* ===== Shared containers ===== */
.layout-container {
width: 1200px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1920px) {
.layout-container {
width: 1600px;
}
}
/* ===== Mega menu — left panel items ===== */
.cat-item { transition: background 0.1s; }
.cat-item:hover { background: white; }