Fix topnav width shrinking to be smaller than content

This commit is contained in:
ehpersonal38
2022-06-04 08:19:30 -04:00
parent 2f7c79ee68
commit b24d8d9796
+1
View File
@@ -145,6 +145,7 @@ button:hover {
display: flex;
flex: 65%;
width: 65%;
min-width: min-content;
justify-content: space-between;
margin-left: auto;
margin-right: auto;