From 8e7dc9c7c30ec47cbcb61a39de42aeddcd452103 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 11 Nov 2021 16:25:12 -0600 Subject: [PATCH] prevent login button navbar shift --- components/header.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/header.module.css b/components/header.module.css index 71ea7fea..3122b5f1 100644 --- a/components/header.module.css +++ b/components/header.module.css @@ -23,6 +23,7 @@ flex-wrap: wrap; justify-content: space-between; align-items: center; + height: 39px; } .easein {