Skip to content

Commit

Permalink
test min/max width
Browse files Browse the repository at this point in the history
  • Loading branch information
matrem committed Jan 6, 2024
1 parent f9481e0 commit b8f22ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions canvastransform/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
body {
body,
html {
max-width: 100%;
min-width: 100%;
padding: 0;
margin: 0;
border: 0;
Expand All @@ -12,7 +15,7 @@ div#draw {
width: 100vw;
height: 100vh;
/*border: solid red 3px;*/
position: relative;
/*position: relative;*/
}

canvas#canvas {
Expand Down

0 comments on commit b8f22ea

Please sign in to comment.