1
0
Fork 0
website/static/site.css

32 lines
353 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-07-29 11:51:04 +02:00
font-family: sans-serif;
2023-03-29 21:48:27 +02:00
}
.tags {
list-style: none;
2023-07-29 11:51:04 +02:00
padding: 0;
2023-03-29 21:48:27 +02:00
}
.tags > li {
display: inline-block;
margin-right: 1em;
}
2023-07-29 11:51:04 +02:00
img {
max-width: 100%;
}
pre {
padding: 1rem;
border-radius: 0.5em;
}
.avatar {
height: 2em;
margin-bottom: -0.5em;
}