website/styles/components/_bibliography.scss

12 lines
128 B
SCSS
Raw Permalink Normal View History

2024-04-28 00:26:19 +02:00
.bibliography {
2024-09-08 19:09:25 +02:00
margin-top: 1em;
2024-04-28 00:26:19 +02:00
2024-09-08 19:09:25 +02:00
li {
padding-left: 0.7em;
&::marker {
content: "[" counter(list-item) "]";
}
}
2023-06-17 15:37:34 +02:00
}