added cactus theme files
This commit is contained in:
32
hugo-content/themes/cactus/assets/scss/partial/archive.scss
Normal file
32
hugo-content/themes/cactus/assets/scss/partial/archive.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
#archive {
|
||||
.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;
|
||||
margin-left: 1rem;
|
||||
|
||||
.meta {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user