You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
555 B
SCSS

.archive {
margin-top: 4vmin;
.listing-title {
font-size: 1.5rem;
margin-bottom: 1rem;
}
.listing-item {
padding: 0.2rem 1rem;
margin-bottom: 0.5rem;
display: flex;
gap: 1rem;
.post-time {
min-width: 3.3rem;
.date {
color: var(--meta-color);
white-space: nowrap;
}
}
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
li {
margin-bottom: 1.3rem;
}
}