8 lines
139 B
CSS
8 lines
139 B
CSS
/* src/App.css */
|
|
.App {
|
|
width: 100%;
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
min-height: 100vh;
|
|
background-color: white;
|
|
} |