Skip to content

Commit

Permalink
Update digital-plants
Browse files Browse the repository at this point in the history
  • Loading branch information
kitaminka committed Sep 22, 2023
1 parent 5312967 commit f889056
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions digital-plants/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
body {
margin: 0;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
main {
display: flex;
flex-direction: column;
align-items: center;
}
.canvas {
width: 100%;
height: 100%;
height: 60vh;
}
.buttons {
display: flex;
Expand Down

0 comments on commit f889056

Please sign in to comment.