server_home/src/App.css

11 lines
107 B
CSS

.App {
text-align: center;
}
body > #root > div {
height: 100vh;
}
html {
box-sizing: border-box;
}