diff --git a/src/styles/nav.module.scss b/src/styles/nav.module.scss index 93fb67d..93baeef 100644 --- a/src/styles/nav.module.scss +++ b/src/styles/nav.module.scss @@ -308,6 +308,8 @@ } .NavMainBottomInsideOtherLeft { + display: flex; + justify-content: start; @media (max-width: 768px) { display: none; @@ -315,7 +317,8 @@ } .NavMainBottomInsideOtherRight { - + display: flex; + justify-content: end; } } }