basic cursor moving
This commit is contained in:
parent
e4d51f09a1
commit
966fdbbd50
29 changed files with 7052 additions and 52 deletions
11
crates/cursor-move-webapp/assets/styling/home.module.css
Normal file
11
crates/cursor-move-webapp/assets/styling/home.module.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.container {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
align-items: stretch;
|
||||
|
||||
& > * {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue