Commit b51e1e0d authored by Aristeides Stathopoulos's avatar Aristeides Stathopoulos
Browse files

Update navbar.less

parent 2ba3b47d
Showing with 2 additions and 2 deletions
+2 -2
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
max-width: 200px; max-width: 200px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding: 15px; padding: floor(@grid-gutter-width / 2); // ~15px
font-size: @font-size-large; font-size: @font-size-large;
font-weight: 500; font-weight: 500;
line-height: @line-height-computed; line-height: @line-height-computed;
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
.navbar-brand { .navbar-brand {
float: left; float: left;
margin-left: -5px; margin-left: -(floor(@grid-gutter-width / 2)); // ~15px
margin-right: 5px; margin-right: 5px;
} }
.navbar-nav { .navbar-nav {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment