Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Oct 20, 2023
1 parent 3c3c721 commit d9979a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ <h1>DS Player</h1>
topCanvas.style.top = '0'
topCanvas.style.left = '0'
topCanvas.style.width = '75vw';
topCanvas.style.height = '100.0005vh';
topCanvas.style.height = '56.25vh';
bottomCanvas.style.position = 'absolute';
bottomCanvas.style.top = '0';
bottomCanvas.style.left = '75%';
bottomCanvas.style.width = '25vw';
bottomCanvas.style.height = '33.3335vh';
bottomCanvas.style.height = '18.75vh';
} else {
topCanvas.style.width = '256px';
topCanvas.style.height = '192px';
Expand Down

0 comments on commit d9979a8

Please sign in to comment.