tag and folder pages

This commit is contained in:
Jacky Zhao
2023-07-01 00:03:01 -07:00
parent 24348b24a9
commit ba9f243728
25 changed files with 586 additions and 123 deletions

View File

@ -0,0 +1,36 @@
ul.section-ul {
list-style: none;
margin-top: 2em;
padding-left: 0;
}
li.section-li {
margin-bottom: 1em;
& > .section {
display: flex;
align-items: center;
@media all and (max-width: 600px) {
& .tags {
display: none;
}
}
& h3 > a {
font-weight: 700;
margin: 0;
background-color: transparent;
}
& p {
margin: 0;
padding-right: 1em;
flex-basis: 6em;
}
}
& .meta {
opacity: 0.6;
}
}