alexohneander-zola/sass/parts/_archive.scss
welpo 5907091893
💄 style: move padding from post-time to listing-item
Fixes uneven background size on hover for titles.
2023-04-30 19:25:55 +02:00

29 lines
484 B
SCSS

.archive {
.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;
}
}