Dropdown menu with bootstrap on collection page
This commit is contained in:
parent
d88b43e2fc
commit
61413469c9
|
@ -162,6 +162,12 @@ nav{
|
|||
}
|
||||
}
|
||||
}
|
||||
ul {
|
||||
&.dropdown-menu {
|
||||
min-width: 10rem !important;
|
||||
padding: .5rem 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen {
|
||||
|
|
Loading…
Reference in New Issue