forked from deepStateMirrors/tabi
Merge branch 'main' into fix/style
This commit is contained in:
commit
0068912163
10 changed files with 79 additions and 13 deletions
25
sass/parts/_archive.scss
Normal file
25
sass/parts/_archive.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
.archive {
|
||||
.listing-title {
|
||||
font-size: 1.5rem;
|
||||
opacity: 0.8;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing-item {
|
||||
padding: 0.2rem 1rem;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
.post-time {
|
||||
width: 4rem;
|
||||
.date {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue