Fix space between navbar buttons

This commit is contained in:
rubenwardy
2018-05-17 23:08:06 +01:00
parent 7396ed9105
commit 67f028f6fc
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,11 @@ nav {
background: #333;
}
nav .navbar-nav {
nav .navbar-left {
float: left;
}
nav .navbar-left li {
float: left;
}