1
0
Fork 0
website/static/site.css

15 lines
166 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;
2023-03-29 21:48:27 +02:00
}
.tags {
list-style: none;
}
.tags > li {
display: inline-block;
margin-right: 1em;
}