hugo-theme-stack-stars/assets/scss/partials/layout/archive.scss

33 lines
669 B
SCSS
Raw Normal View History

2020-08-22 11:20:08 +00:00
.archive-group {
margin-bottom: var(--section-separation);
2020-08-22 11:20:08 +00:00
.archive-date {
text-transform: uppercase;
margin-bottom: 10px;
font-size: 1.6rem;
2020-09-03 21:32:28 +00:00
font-weight: bold;
2020-08-22 11:20:08 +00:00
a {
color: var(--body-text-color);
}
}
}
.template-archive {
.category-list {
margin-bottom: var(--section-separation);
2020-08-22 11:20:08 +00:00
overflow-x: auto;
.article-list--tile {
display: flex;
padding-bottom: 15px;
article {
width: 250px;
height: 150px;
margin-right: 20px;
flex-shrink: 0;
}
}
}
}