Skip to content

fix: balance hero subcopy line lengths - #30

Merged
DaleSeo merged 1 commit into
mainfrom
fix/7-hero-sub-balance
Aug 16, 2026
Merged

fix: balance hero subcopy line lengths#30
DaleSeo merged 1 commit into
mainfrom
fix/7-hero-sub-balance

Conversation

@DaleSeo

@DaleSeo DaleSeo commented Aug 16, 2026

Copy link
Copy Markdown
Member

데스크톱에서 히어로 서브카피가 3줄로 떨어지면서 마지막 줄에 "동료들이 기다립니다."만 남던 문제를 해결합니다.

text-wrap: pretty는 마지막 줄에 한 어절만 남는 걸 피하려 시도할 뿐, 줄 길이를 균등하게 맞추지는 않습니다. 바로 위 .hero h1은 이미 text-wrap: balance를 쓰고 있어 제목과 서브카피의 줄바꿈 방식도 서로 달랐습니다. 서브카피도 balance로 맞췄습니다.

이슈에서 함께 제안된 max-width 확대(560px → 600~640px)는 택하지 않았습니다. 카피 길이에 맞춰 컨테이너를 튜닝하는 방식이라 카피가 한 어절만 바뀌어도 다시 깨집니다.

  • Before
2026-08-16 at 10 30 19
  • After
2026-08-16 at 10 30 44

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
dalestudy 08e6503 Commit Preview URL

Branch Preview URL
Aug 16 2026, 01:28 AM

@DaleSeo DaleSeo self-assigned this Aug 16, 2026
@DaleSeo
DaleSeo requested review from 1005hoon and devkade August 16, 2026 01:34
@DaleSeo DaleSeo linked an issue Aug 16, 2026 that may be closed by this pull request
@DaleSeo
DaleSeo marked this pull request as ready for review August 16, 2026 01:35

@devkade devkade left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인해봤을 때 balance 사용시의 한/영 가독성이 더 높아 보입니다. 좋은 것 같습니다!

@DaleSeo
DaleSeo merged commit fadb3a4 into main Aug 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

히어로 서브카피 마지막 줄에 한 어절만 남음

2 participants