Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
root의 font-size를 62.5%로 유지해야하는 문제가 있었습니다.
-> 사파리에서 최소 폰트 비율이 9px로 설정되어있는 경우가 있어서 적어도 10px로 맞춰두어야 특별한 경우를 제외하고 문제에 대응할 수 있었습니다.
따라서 10px인 62.5%로 변경하기 위해서 현재 값에서 50%로 줄어들면 가지게 되는 px값을 계산해 적용해주었습니다.
근데 여러분.. 아주 슬프게도 생각해보니 모바일 버전에는 또 사이즈 유지를 해야하는지라ㅠㅜ 모바일 퍼센트를 늘리던지 하는 방식을 생각해봐야할 것 같다는 생각이 드네요..