rename to cursor-mover-webapp
This commit is contained in:
parent
201f0e5f0a
commit
cc52e3e781
35 changed files with 7 additions and 7 deletions
15
crates/cursor-mover-webapp/assets/styling/main.css
Normal file
15
crates/cursor-mover-webapp/assets/styling/main.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
html,
|
||||
body,
|
||||
#main {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100dvh;
|
||||
width: 100dvw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#main {
|
||||
background-color: #214;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue