Files
stanza/registry/modules/framework-next/templates/app/globals.css
T
2026-05-20 11:52:53 -04:00

16 lines
177 B
CSS

html,
body {
margin: 0;
padding: 0;
font-family:
system-ui,
-apple-system,
sans-serif;
}
main {
max-width: 48rem;
margin: 4rem auto;
padding: 0 1rem;
}