uppdate
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user