mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
remove justified, replacing with modifier later if needed; combine rules
This commit is contained in:
parent
18453f06f9
commit
96082b1ec7
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue