- Add a react UI to replace the plain HTML one. - Serve as a foundation for better GUI interactions
7 lines
88 B
CSS
7 lines
88 B
CSS
#root {
|
|
max-width: 1280px;
|
|
margin: 0 auto;
|
|
padding: 2rem;
|
|
text-align: center;
|
|
}
|