feat: update tags to order by count

This commit is contained in:
Devin Haska 2024-02-11 14:31:32 -08:00
parent 58d679d3c9
commit 2eed920716
10 changed files with 72 additions and 40 deletions

View file

@ -5,6 +5,7 @@
flex: 1;
}
.archive-month {
margin-left: auto;
.archive-date {
color: var(--color-text-soft);
letter-spacing: 0.05em;
}

View file

@ -18,3 +18,11 @@
.justify-between {
justify-content: space-between;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}