From 610e812234d159424a85041142c596bd532d4cfe Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 16 May 2023 20:45:14 +0800 Subject: [PATCH] 'headernav' --- assets/stylesheets/template/layout/header.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 0ec7f23..20bee95 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -397,9 +397,12 @@ a#content{ } } .header-nav{ - @media(min-width: 80px){ + @media(min-width: 768px){ display: flex!important; } + @media(min-width: 80px)and(max-width: 767px){ + display: block!important; + } } .layout-header .header-nav a{ text-shadow: none;