server_home/src/App.css

11 lines
107 B
CSS
Raw Normal View History

.App {
text-align: center;
}
2024-05-30 16:44:57 +00:00
body > #root > div {
height: 100vh;
2024-06-27 19:22:23 +00:00
}
html {
box-sizing: border-box;
2024-05-30 16:44:57 +00:00
}