1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-25 12:22:50 +01:00

remove justified, replacing with modifier later if needed; combine rules

This commit is contained in:
Mark Otto 2016-12-21 13:07:06 -08:00 committed by Mark Otto
parent 18453f06f9
commit 96082b1ec7

View File

@ -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
}
}
}