Skip to content
Snippets Groups Projects
Commit 2042b6dc authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Fix transition of middle header in low width screen

parent 2602021e
No related branches found
No related tags found
No related merge requests found
......@@ -280,17 +280,17 @@ header .header__middle .dropdown-menu {
.header__middle.navbar{
align-items:initial;
}
#navbar__middle__collapse:not(.show){
#navbar__middle__collapse:not(.show):not(.collapsing){
align-items:initial;
flex-direction:column;
}
#navbar__middle__collapse:not(.show)>div{
#navbar__middle__collapse:not(.show):not(.collapsing)>div{
display:flex;
}
#navbar__middle__collapse:not(.show)>div:first-child{
#navbar__middle__collapse:not(.show):not(.collapsing)>div:first-child{
flex-grow:3.5;
}
header:not(.scrolled) #navbar__middle__collapse:not(.show)>div:last-child{
header:not(.scrolled) #navbar__middle__collapse:not(.show):not(.collapsing)>div:last-child{
flex-grow:1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment