sanctum/src/index.css
2025-09-30 10:31:37 -05:00

8 lines
170 B
CSS

body {
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
sans-serif;
margin: auto;
max-width: 38rem;
padding: 2rem;
}