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 {
width: 17rem;
overflow-y: scroll;
max-height: 50vh;
}