From 0cd2f57ce693a37b57f8d3a4fc09a12f517078f9 Mon Sep 17 00:00:00 2001 From: Yourim Cha <81357083+chacha912@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:34:19 +0900 Subject: [PATCH] Correct logo size rendering across browsers (#173) This PR addresses the issue of inconsistent logo size rendering across different browsers, particularly in Safari. --- src/assets/styles/components/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/styles/components/header.scss b/src/assets/styles/components/header.scss index 235750c..4027e84 100644 --- a/src/assets/styles/components/header.scss +++ b/src/assets/styles/components/header.scss @@ -368,6 +368,7 @@ .logo { padding: variables.$spacing_8; + width: 40px; @include mixins-lib.tabletStart() { width: 24px;