Fix menu rwd.
This commit is contained in:
parent
ea42e2e82f
commit
f615da5c10
|
@ -106,4 +106,10 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.container .modules-menu .modules-menu-level-0 {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue