1
0
Fork 0
website/static/site.css

5 lines
66 B
CSS
Raw Normal View History

2022-08-31 23:20:59 +02:00
body {
2022-09-05 00:02:58 +02:00
max-width: 800px;
2022-08-31 23:20:59 +02:00
margin: auto;
2022-09-05 00:02:58 +02:00
padding: 8px;
2022-08-31 23:20:59 +02:00
}