mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 13:00:24 +00:00
forgot to add display flex to the navbar, so utils weren't applying
This commit is contained in:
parent
6645111e11
commit
c14ba036c6
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
.navbar {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: $navbar-padding-y $navbar-padding-x;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue