]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tighten padding on mobile for navbar so horizontal scroll nav shows more
authorMark Otto <markdotto@gmail.com>
Wed, 31 May 2017 16:09:29 +0000 (09:09 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 31 May 2017 16:09:29 +0000 (09:09 -0700)
assets/scss/_nav.scss

index f7e74fc36701d404fd6514a5a1459f4f01407b03..3e18b01c74759d6caca70ab8f69bad0f7c61d7ef 100644 (file)
@@ -10,6 +10,9 @@
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
 
   @include media-breakpoint-down(md) {
+    padding-right: .5rem;
+    padding-left: .5rem;
+
     .navbar-nav-scroll {
       max-width: 100%;
       height: 2.5rem;