From 19902b93e6ffcfa6fa380b215ef6ff970fb747b1 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 23 Aug 2021 12:59:24 -0700 Subject: [PATCH] Increase right nav max width --- src/Header.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Header.module.css b/src/Header.module.css index 4277aa91..00697fdc 100644 --- a/src/Header.module.css +++ b/src/Header.module.css @@ -22,7 +22,7 @@ .rightNav { position: absolute; right: 20px; - max-width: 33%; + max-width: 40%; white-space: nowrap; display: flex; }