add "tags" custom widget
This commit is contained in:
parent
0fd4dbea5f
commit
662d330c3a
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue