feat: update tags to order by count
This commit is contained in:
parent
58d679d3c9
commit
2eed920716
10 changed files with 72 additions and 40 deletions
|
@ -5,6 +5,7 @@
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.archive-month {
|
||||
margin-left: auto;
|
||||
.archive-date {
|
||||
color: var(--color-text-soft);
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
|
|
@ -18,3 +18,11 @@
|
|||
.justify-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.flex-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.flex-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue