lifesub-web/src/App.css
2025-02-13 15:47:22 +09:00

8 lines
139 B
CSS

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