www-new/components/ArchivePage.module.css

18 lines
218 B
CSS

.page {
margin-bottom: calc(40rem / 16);
}
.page > h1 {
border-bottom: calc(1rem / 16) solid var(--border);
padding-bottom: 1rem;
}
.list {
list-style: none;
padding: 0;
}
.list > li {
line-height: 3;
}