This commit is contained in:
James 2020-03-28 11:07:31 +00:00
parent f2782a9860
commit b185150343

View File

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