Justify menu items center on mobile.

This commit is contained in:
softsimon 2020-09-22 06:19:14 +07:00
parent 9e3fad610c
commit ffee91939e
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

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