Files
uno-click/site/app/globals.css
T
2026-05-13 14:20:41 +00:00

7 lines
188 B
CSS

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #f5f5f5;
min-height: 100vh;
}