From 551f90ece817df17cfd59d3dbfa97927696b5e21 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Tue, 7 Dec 2021 06:07:13 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/modules/menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index dd92931..8e63963 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -184,7 +184,7 @@ visibility: hidden; position: fixed!important; opacity: 0; - width: 80vw; + width: 60vw; box-shadow: 2px 2px 10px #000000ab; margin: 0.8em 0; padding: 0;