This repository has been archived on 2026-07-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
servicepoint-tanks/tank-frontend/src/index.css
2024-04-07 00:33:54 +02:00

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