Skip to content

Commit

Permalink
fix: px to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
joonwonBaek committed Oct 6, 2024
1 parent 14dc5dd commit 93c5aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/view/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {

.middle-container {
display: flex;
height: calc(100vh - 200px);
height: calc(100vh - 12.5rem);
padding: 1.25rem;
}

Expand Down

0 comments on commit 93c5aa0

Please sign in to comment.