Skip to content

Commit

Permalink
style: 전체화면 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
play3step committed Mar 10, 2024
1 parent e273d13 commit 420a73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProjectPage/PageData/Project2d.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function Prjoect2d({
useEffect(() => {
const handleResize = () => {
setDimensions({
width: window.innerWidth * 0.75,
height: window.innerHeight * 0.75,
width: window.innerWidth * 0.833,
height: window.innerHeight * 0.833,
});
};

Expand Down

0 comments on commit 420a73f

Please sign in to comment.