servicepoint-tanks/tank-frontend/src/index.css
2024-04-07 00:33:54 +02:00

23 lines
309 B
CSS

html, body {
height: 100%;
}
body {
font-family: sans-serif;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: white;
}
#root {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 100%;
}