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

View file

@ -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;