Skip to content

Commit

Permalink
added margin top and bottom 1vh and changed canvas height to 50vh
Browse files Browse the repository at this point in the history
  • Loading branch information
imrany committed Oct 17, 2024
1 parent 1e99442 commit 622202e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ export default function MainPage() {
right: 0,
textAlign: "center",
zIndex: 10,
height:"48vh",
margin:"1vh 0",
height:"50vh",
width:"98vw",
}}
/>
Expand Down

0 comments on commit 622202e

Please sign in to comment.