Dropdown menu with bootstrap on collection page

This commit is contained in:
Fabiano Alencar 2018-08-22 13:46:23 -03:00
parent d88b43e2fc
commit 61413469c9
1 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,12 @@ nav{
}
}
}
ul {
&.dropdown-menu {
min-width: 10rem !important;
padding: .5rem 0 !important;
}
}
}
}
@media screen {