1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02: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

View File

@@ -242,6 +242,11 @@
float: none;
}
}
> .container {
padding-left: 0;
padding-right: 0;
}
}
@include media-breakpoint-up($next) {