Add base web UI
This commit is contained in:
7
remote_frontend/src/index.css
Normal file
7
remote_frontend/src/index.css
Normal file
@ -0,0 +1,7 @@
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
}
|
Reference in New Issue
Block a user