Commit 99a5f16d authored by Mark Otto's avatar Mark Otto

Merge pull request #9502 from Luis-TP/navbar-padding

Remove .navbar-collapse padding when not in mobile context
parents 1fd51b0f 1b3896fa
...@@ -3186,8 +3186,7 @@ button.close { ...@@ -3186,8 +3186,7 @@ button.close {
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-collapse { .navbar-collapse {
width: auto; width: auto;
padding-top: 0; padding: 0;
padding-bottom: 0;
border-top: 0; border-top: 0;
box-shadow: none; box-shadow: none;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -66,8 +66,7 @@ ...@@ -66,8 +66,7 @@
@media (min-width: @grid-float-breakpoint) { @media (min-width: @grid-float-breakpoint) {
width: auto; width: auto;
padding-top: 0; padding: 0;
padding-bottom: 0;
border-top: 0; border-top: 0;
box-shadow: none; box-shadow: none;
} }
......
Markdown is supported
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