write-ups-challenges-2021-2022/rng_farm/frontend/index.css

12 lines
189 B
CSS
Raw Normal View History

2021-12-02 23:33:26 +00:00
body {
margin-left: 30%;
margin-right: 30%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
#root {
width: 720px;
}