Add tag support

This commit is contained in:
Alex 2026-06-08 13:00:11 -07:00
parent ce10245c51
commit ae440be40c
24 changed files with 475 additions and 15 deletions

View file

@ -70,4 +70,28 @@
font-size: 1.25rem;
line-height: 1.5;
}
.tags {
margin-top: 2rem;
background-color: colors.$primaryGrey;
.list {
display: flex;
align-items: center;
gap: 1rem;
margin: 0;
list-style: none;
padding: 0.5rem 0.5rem;
p {
font-size: 0.85rem;
}
.tag {
a {
font-size: 0.85rem;
}
}
}
}
}