fix. [디자인 QA] 고정 템플릿 h3 letter-spacing 조절

This commit is contained in:
clkim
2025-11-24 13:24:00 +09:00
parent 928ce3f13a
commit 9bac79ce97

View File

@@ -43,7 +43,7 @@ const componentProps = computed(() => {
<template>
<div class="flex items-end justify-between mb-[16px] md:mb-[24px]">
<h3
class="text-[#1F1F1F] text-[18px] font-bold leading-[26px] tracking-[-0.54px] md:text-[24px] md:leading-[34px] md:tracking-[0.72px] shrink-0"
class="text-[#1F1F1F] text-[18px] font-bold leading-[26px] tracking-[-0.54px] md:text-[24px] md:leading-[34px] md:tracking-[-0.72px] shrink-0"
>
<span>{{ props.title }}</span>
</h3>