From b24d8d9796dd32df196294cb8b8fc2d31cb47f6f Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sat, 4 Jun 2022 08:19:30 -0400 Subject: [PATCH] Fix topnav width shrinking to be smaller than content --- homepage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/homepage/style.css b/homepage/style.css index e9ed51c..594c0b5 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -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;