Centered text in navbar for mobile

This commit is contained in:
Jorge Arias 2015-11-13 21:39:20 -03:00
parent 1a4c5a8f0b
commit 8d7c91ada4

View file

@ -92,6 +92,7 @@ a {
} }
} }
.nav { .nav {
text-align: center;
li { li {
a { a {
-webkit-transition: background .3s ease-in-out; -webkit-transition: background .3s ease-in-out;