added cactus theme files

This commit is contained in:
2022-07-31 17:32:45 -07:00
parent 1c054014c6
commit b32268d438
142 changed files with 17322 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
.post-list {
padding: 0;
.post-item {
margin-bottom: 1rem;
margin-left: 0;
list-style-type: none;
.meta {
display: block;
margin-right: 16px;
min-width: 100px;
color: $color-meta;
font-size: 14px;
}
}
}
@media (min-width: 480px) {
.post-list {
.post-item {
display: flex;
margin-bottom: 5px;
.meta {
text-align: left;
}
}
}
}
.project-list {
padding: 0;
list-style: none;
.project-item {
margin-bottom: 5px;
p {
display: inline;
}
}
}