Fix topnav width shrinking to be smaller than content
This commit is contained in:
@@ -145,6 +145,7 @@ button:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 65%;
|
flex: 65%;
|
||||||
width: 65%;
|
width: 65%;
|
||||||
|
min-width: min-content;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user