forked from deepStateMirrors/tabi
🎨 refactor: improve code format; set tabs = 4 spaces
This commit is contained in:
parent
50280e65a9
commit
7a1bb1d04c
11 changed files with 536 additions and 513 deletions
|
@ -1,24 +1,26 @@
|
|||
.archive {
|
||||
.listing-title {
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing-item {
|
||||
padding: 0.2rem 1rem;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
.post-time {
|
||||
width: 4rem;
|
||||
.date {
|
||||
color: var(--meta-color);
|
||||
}
|
||||
.listing-title {
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.listing-item {
|
||||
padding: 0.2rem 1rem;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
|
||||
.post-time {
|
||||
width: 4rem;
|
||||
|
||||
.date {
|
||||
color: var(--meta-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue