diff options
| author | Mark Otto <[email protected]> | 2016-12-21 13:07:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | 96082b1ec740fd7088389eb152065bc274684a03 (patch) | |
| tree | 51b53d60f64aef5fd731a17aa7ab1d558aea29d2 | |
| parent | 18453f06f9c7a3dddfc5b12ee299076083835cac (diff) | |
| download | bootstrap-96082b1ec740fd7088389eb152065bc274684a03.tar.xz bootstrap-96082b1ec740fd7088389eb152065bc274684a03.zip | |
remove justified, replacing with modifier later if needed; combine rules
| -rw-r--r-- | scss/_navbar.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ba4cdaac9..6cc1d2400 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -6,20 +6,12 @@ .navbar { position: relative; padding: $navbar-padding-y $navbar-padding-x; -} -.navbar-container { @include media-breakpoint-up(sm) { display: flex; flex: 0 0 auto; flex-wrap: nowrap; align-items: center; - width: 100%; - - // // .navbar-container-justified - &-justified { - justify-content: space-between; // todo: drop for util - } } } |
