chore: add recent links widget

This commit is contained in:
Cory Dransfeldt 2024-03-13 16:18:47 -07:00
parent 7443d797a9
commit 56f28f7e3f
No known key found for this signature in database
22 changed files with 91 additions and 62 deletions

View file

@ -325,12 +325,15 @@ article p:first-of-type {
margin-top: var(--sizing-sm);
}
.tag:not(:last-child) {
margin-right: var(--sizing-lg);
.tag {
margin-bottom: var(--sizing-lg);
display: inline-block;
}
.tag:not(:last-child) {
margin-right: var(--sizing-lg);
}
/* buttons */
button {
appearance: none;
@ -464,9 +467,12 @@ li {
margin-top: var(--sizing-md);
}
.tag {
margin-bottom: var(--sizing-sm);
}
.tag:not(:last-child) {
margin-right: var(--sizing-sm);
margin-bottom: var(--sizing-sm);
}
footer nav:first-child {