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