servicepoint-tanks/tank-frontend/src/index.css

23 lines
309 B
CSS
Raw Normal View History

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%;
}