Remove forced width on dropdown

This commit is contained in:
Jake Howard 2022-06-26 15:26:54 +01:00
parent 7ea6b8b5a8
commit b2582dda4d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -30,7 +30,6 @@ section.hero {
} }
.dropdown-content { .dropdown-content {
width: 17rem;
overflow-y: scroll; overflow-y: scroll;
max-height: 50vh; max-height: 50vh;
} }