Hugo-theme-stack/assets/scss/partials/layout/archives.scss

32 lines
672 B
SCSS
Raw Normal View History

2020-09-13 05:22:47 -04:00
.archives-group {
margin-bottom: var(--section-separation);
2020-08-22 07:20:08 -04:00
}
2020-09-13 05:22:47 -04:00
.template-archives {
2020-08-22 07:20:08 -04:00
.category-list {
margin-bottom: var(--section-separation);
2020-08-22 07:20:08 -04:00
overflow-x: auto;
.article-list--tile {
display: flex;
padding-bottom: 15px;
article {
width: 250px;
height: 150px;
margin-right: 20px;
flex-shrink: 0;
2020-09-04 18:51:01 -04:00
.article-title {
margin: 0;
font-size: 1.8rem;
2020-09-04 18:51:01 -04:00
}
.article-details {
padding: 20px;
}
2020-08-22 07:20:08 -04:00
}
}
}
}