add "tags" custom widget

This commit is contained in:
Late Night Defender 2025-03-12 23:53:26 +07:00
parent 0fd4dbea5f
commit 662d330c3a

View file

@ -11,6 +11,17 @@
background-color: unset;
}
.tags {
border-radius: 12px;
font-weight: 700;
font-size: 12px;
padding: 3px 6px 3px 6px;
margin-right: 5px;
margin-bottom: 20px;
background-color: black;
color: white;
}
.itemcard-works {
display: flex;
justify-content: center;