Fix menu rwd.

This commit is contained in:
BoHung Chiu 2021-10-08 10:19:21 +08:00
parent ea42e2e82f
commit f615da5c10
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
}