You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
헤더(src/app/layout.tsx)에 반응형 분기(md:, hidden, 모바일 메뉴 등)가 전혀 없어, 좁은 화면에서도 내비게이션 링크 5개(Home/Blog/Projects/Career/About)와 아이콘 3개(검색/테마/RSS)가 항상 한 줄에 렌더된다. 모바일에서 가로로 빡빡하게 몰려 가독성·터치 영역이 저하된다.
현상
헤더 우측 그룹: [검색] [테마] [RSS] + 좌측 내비 링크 5개가 flex ... gap-6으로 한 줄 고정
배경
헤더(
src/app/layout.tsx)에 반응형 분기(md:,hidden, 모바일 메뉴 등)가 전혀 없어, 좁은 화면에서도 내비게이션 링크 5개(Home/Blog/Projects/Career/About)와 아이콘 3개(검색/테마/RSS)가 항상 한 줄에 렌더된다. 모바일에서 가로로 빡빡하게 몰려 가독성·터치 영역이 저하된다.현상
[검색] [테마] [RSS]+ 좌측 내비 링크 5개가flex ... gap-6으로 한 줄 고정작업 내용(안)
비고
src/app/layout.tsx