Make ToC dropdown slightly wider

This commit is contained in:
Jake Howard 2022-09-29 20:34:41 +01:00
parent 5efdf48c67
commit be9796360c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ section.hero {
justify-content: flex-end;
}
.dropdown-menu {
min-width: 15rem;
}
.dropdown {
li {
list-style: none !important;