Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions landing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ const faqSchema = {
</h1>

<p class="hero-sub">
떄. 꺠. 뺴. 쨰.<br class="break-md" />
빠르게 타이핑하다보면 한 번쯤 보게되죠.<br class="break-md" />
떄. 꺠. 뺴. 쨰.<br />
한국어를 빠르게 입력할 때 자주 발생하는 오타죠.<br />
이 앱이 자동으로 교정해드립니다.
</p>

Expand Down Expand Up @@ -186,14 +186,14 @@ const faqSchema = {
</h2>
<div class="explainer">
<p>
바쁜 일상 속 우리는 자꾸만 '때'를 찾지만,
매번 'ㅒ' 를 지우고 다시 입력하시나요?
<br />
정작 손끝에 닿는 건 '떄'.
이제 그럴 필요 없습니다.
</p>
<p>
빛날 떄, 무너질 떄, 다시 일어설 떄 —
자주 발생하는 10가지 오타,
<br />
그 모든 순간에 우리가 부르고 싶었던 건 '때' 였습니다.
이 앱이 자동으로 잡아 교정합니다.
</p>
</div>
</div>
Expand Down Expand Up @@ -466,14 +466,6 @@ const faqSchema = {
font-weight: 400;
line-height: 1.7;
}
.break-md {
display: none;
}
@media (min-width: 720px) {
.break-md {
display: inline;
}
}
.cta-row {
display: flex;
flex-wrap: wrap;
Expand Down
Loading