Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gilad905 authored Dec 15, 2024
1 parent 83fce03 commit 4c5f66c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
<title>Balanced Diet Or Die!!!</title>
<style>
html, body, #canvas {
margin: 0;
padding: 0;
/* margin: 0;
padding: 0; */
border: 0;
}

body {
color: white;
background-color: black;
overflow: hidden;
width: 100vw;
padding: 0 15vw;
/* width: 100vw;
padding: 0 15vw; */
/* touch-action: none; */
}

#canvas {
display: block;
width: 70vw;
/* margin: auto; */
width: 65vw;
margin: auto;
/* height: 100h; */
}

Expand Down

0 comments on commit 4c5f66c

Please sign in to comment.