From f615da5c10476db4aa1d554959c5f7fe57f12f8b Mon Sep 17 00:00:00 2001 From: Bohung Date: Fri, 8 Oct 2021 10:19:21 +0800 Subject: [PATCH] Fix menu rwd. --- assets/stylesheets/template/template.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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