6 lines
169 B
CSS
Raw Normal View History

2022-09-19 09:56:55 +02:00
body {
2022-09-20 19:14:04 +02:00
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
margin: auto;
max-width: 38rem;
padding: 2rem;
}