write-ups-challenges-2021-2022/rng_farm/frontend/index.css
2021-12-03 00:33:26 +01:00

12 lines
189 B
CSS

body {
margin-left: 30%;
margin-right: 30%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
#root {
width: 720px;
}