feat: another project reorg
This commit is contained in:
parent
93165ee35b
commit
1e37d2cd93
126 changed files with 57 additions and 8 deletions
|
@ -9,3 +9,19 @@
|
|||
color: var(--color-fadeText);
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.archive-item {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--s1);
|
||||
}
|
||||
|
||||
.archive-item > * {
|
||||
flex-grow: 1;
|
||||
flex-basis: calc((30rem - 100%) * 999);
|
||||
}
|
||||
|
||||
.archive-item > :nth-last-child(n + 4),
|
||||
.archive-item > :nth-last-child(n + 4) ~ * {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue