From 68b783fc0fb0acecdfa150da0f31c964a7cd8a5a Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 22 Oct 2023 13:27:47 +0200 Subject: [PATCH] style(header): fix line height for different language font --- src/components/header/header.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/header/header.module.css b/src/components/header/header.module.css index a1f9476d..7390ac0f 100644 --- a/src/components/header/header.module.css +++ b/src/components/header/header.module.css @@ -62,6 +62,7 @@ .tabMenu li a { padding: 2px 6px 0 6px; text-decoration: none; + line-height: 20px;; } @media (max-width: 530px) {