Skip to content

Commit

Permalink
Update _navbar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Oct 1, 2024
1 parent 9d75b04 commit d418e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
// on the `.navbar` parent.
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
flex-basis: 100%;
// For always expanded or extra full navbars, ensure content aligns itself
// properly vertically. Can be easily overridden with flex utilities.
align-items: center;
Expand Down

0 comments on commit d418e1d

Please sign in to comment.