tags!!!!!

This commit is contained in:
Ashley 2022-11-21 16:17:50 +00:00
parent 9cd92a056c
commit 1e7a8caca0

View file

@ -242,3 +242,18 @@ a {
font-stretch: 100%;
font-weight: 600;
}
.tags {
display: flex;
flex-direction: row;
overflow-x: auto;
column-gap: 3px;
}
.tag {
background: #333;
padding: 5px;
border-radius: 4px;
word-break: break-all;
white-space: nowrap;
}