datenel-react/playground/app.css
2025-02-19 19:36:11 +11:00

12 lines
231 B
CSS

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.app {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}