VirtWebRemote/remote_frontend/src/index.css

15 lines
176 B
CSS
Raw Normal View History

2024-04-29 18:53:01 +00:00
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
#root {
width: 100%;
height: 100%;
flex: 1;
display: flex;
2024-04-29 18:53:01 +00:00
}