diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index afc40c4..37442ce 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -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; + } } \ No newline at end of file