From 495efa9423d2a99b321d5ec63b92e4c8bc2816c4 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 9 Dec 2023 12:56:30 +0100 Subject: [PATCH] style(header): adjust logo height --- src/components/header/header.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header/header.module.css b/src/components/header/header.module.css index b7046c59..d92c809f 100644 --- a/src/components/header/header.module.css +++ b/src/components/header/header.module.css @@ -24,7 +24,7 @@ } .logo { - max-height: 40px; + max-height: 38px; margin-left: 1px; margin-bottom: -3px; margin-right: -1px;