Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
benbel authored Nov 22, 2024
1 parent f14d788 commit 05bcd27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
}

.content {
margin: 2rem;
margin: 5rem;
background-color: #fcfcfc;
max-width: 30em;
}

.image-container {
flex-grow: 1;
margin: 2rem;
margin: 5rem;
display: flex;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -78,7 +78,7 @@
const size = 50000;
const canvas = document.createElement('canvas');
canvas.width = 500;
canvas.height = 500;
canvas.height = 5000;
const ctx = canvas.getContext('2d');
const width = canvas.width;
const height = canvas.height;
Expand Down

0 comments on commit 05bcd27

Please sign in to comment.