Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: apply responsive styles for mobile support #136

Merged
merged 3 commits into from
Mar 7, 2025
Merged

Conversation

yuchem2
Copy link
Member

@yuchem2 yuchem2 commented Mar 7, 2025

현재 페이지의 레이아웃에서 디바이스 장치마다 깨지는 부분이 존재합니다. 이를 해결하기 위해 아래와 같은 작업을 수행합니다.

  1. base rem을 조절해 수정을 진행합니다. 이에 따라 기존 px 단위를 rem으로 전부 변경합니다.
  2. h-screen은 하는 경우 특정 환경에서 실제 사용자가 보이는 화면보다 높이가 높게 차지해 불필요한 스크롤을 유발합니다. 그러므로 vh -> dvh로 변경합니다.

Copy link

[FE] layout 수정

@yuchem2 yuchem2 merged commit 7c55b63 into develop Mar 7, 2025
2 checks passed
@yuchem2 yuchem2 deleted the FIENMEE-353 branch March 7, 2025 14:36
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