From 9b266e1b14360789249dd37f16fc2b5f54647f8d Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Thu, 26 Aug 2021 18:47:23 +0700 Subject: [PATCH] :bug: bug: logo fontsize :%s --- src/components/common/Logo/Logo.module.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/common/Logo/Logo.module.scss b/src/components/common/Logo/Logo.module.scss index 0a7478e10..3a6a35364 100644 --- a/src/components/common/Logo/Logo.module.scss +++ b/src/components/common/Logo/Logo.module.scss @@ -11,6 +11,8 @@ } .content{ @apply font-logo; - font-size: var(--font-size); + font-size: 16px; + line-height: 32px; + letter-spacing: -0.02em; } } \ No newline at end of file