feat(list): add subsection support (#81)

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/48
This commit is contained in:
Jimmy Cai
2020-12-22 21:14:50 +01:00
committed by GitHub
parent e606dca404
commit 7d841cf237
7 changed files with 93 additions and 77 deletions
+1 -29
View File
@@ -1,31 +1,3 @@
.archives-group {
margin-bottom: var(--section-separation);
}
.template-archives {
.category-list {
margin-bottom: var(--section-separation);
overflow-x: auto;
.article-list--tile {
display: flex;
padding-bottom: 15px;
article {
width: 250px;
height: 150px;
margin-right: 20px;
flex-shrink: 0;
.article-title {
margin: 0;
font-size: 1.8rem;
}
.article-details {
padding: 20px;
}
}
}
}
}
}