2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fixes #18053 by removing container padding at lower breakpoints on responsive navbars

This commit is contained in:
Mark Otto
2016-12-21 21:38:02 -08:00
committed by Mark Otto
parent 0677b6b18c
commit ecba56828d
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -242,6 +242,11 @@
float: none;
}
}
> .container {
padding-left: 0;
padding-right: 0;
}
}
@include media-breakpoint-up($next) {