This commit is contained in:
2025-04-09 23:23:10 +02:00
11 changed files with 5629 additions and 35 deletions

View File

@@ -5605,4 +5605,22 @@ body {
.zoomContainer {
border: none !important;
}
.leo-top-menu {
ul.navbar-nav.megamenu {
>li.nav-item {
// &.dropdown {
&:nth-last-child(2) {
.dropdown-menu.level1 {
ul {
grid-template-columns: repeat(3, 270px);
}
}
}
// }
}
}
}