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; } }