Merge commit '8be91ee3d9
' as 'themes/tabi-lean'
This commit is contained in:
commit
2c6602e3b2
336 changed files with 25227 additions and 0 deletions
37
themes/tabi-lean/sass/parts/_archive.scss
Normal file
37
themes/tabi-lean/sass/parts/_archive.scss
Normal file
|
@ -0,0 +1,37 @@
|
|||
.archive {
|
||||
margin-block-start: 4vmin;
|
||||
|
||||
.listing-title {
|
||||
margin-block-end: 1rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.listing-item {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
margin-block-end: 0.5rem;
|
||||
padding-inline: 1rem;
|
||||
padding-block: 0.2rem;
|
||||
|
||||
.post-time {
|
||||
padding-inline-start: 1vmin;
|
||||
min-inline-size: 5rem;
|
||||
text-align: start;
|
||||
|
||||
.date {
|
||||
color: var(--meta-color);
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 1.3rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue