Make ToC dropdown slightly wider
This commit is contained in:
parent
5efdf48c67
commit
be9796360c
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ section.hero {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
min-width: 15rem;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
li {
|
li {
|
||||||
list-style: none !important;
|
list-style: none !important;
|
||||||
|
|
Loading…
Reference in a new issue