Files
website/site/styles/about.css
2026-05-01 22:56:30 +02:00

14 lines
109 B
CSS

dl {
padding: 1rem 0;
}
dt {
font-weight: bold;
margin: 1rem 0;
}
dd {
margin: 0 0 0.5rem 1rem;
}