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;
|
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 {
|
.itemcard-works {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue