tags!!!!!

This commit is contained in:
Ashley 2022-11-21 16:17:50 +00:00
parent aa222cd19f
commit 244e708edd

View file

@ -242,3 +242,18 @@ a {
font-stretch: 100%; font-stretch: 100%;
font-weight: 600; 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;
}