Justify menu items center on mobile.

This commit is contained in:
softsimon 2020-09-22 06:19:14 +07:00
parent f2e4e817a6
commit ec016ad595

View File

@ -33,6 +33,7 @@ li.nav-item a {
.navbar-nav { .navbar-nav {
flex-direction: row; flex-direction: row;
justify-content: center;
} }
nav { nav {