From b185150343213afab6537ce7c92a94f140985b20 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 28 Mar 2020 11:07:31 +0000 Subject: [PATCH] f --- dev.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev.less b/dev.less index 4d0a5cb..8af7522 100644 --- a/dev.less +++ b/dev.less @@ -80,6 +80,7 @@ body::before { /* and center it */ .submenu.level0[aria-expanded="true"]{ display: flex !important; + justify-content: center; left: 50% !important; transform: translateX(-50%); padding-top: 55px !important; @@ -96,7 +97,7 @@ body::before { .submenu.level0>li{ max-width: auto !important; min-width: auto !important; - width: 16% !important; + width: 15% !important; } }