chore: improve tags styling on card (#431)

* chore: improve tags styling on card

* chore: npm run build:css
This commit is contained in:
Xin
2024-08-11 18:47:03 +01:00
committed by GitHub
parent f439e6bb87
commit e83c11f31a
7 changed files with 46 additions and 73 deletions

View File

@ -33,10 +33,10 @@
color: currentColor;
}
/* If tag, position upright on the card */
.hx-tag {
.hextra-card-tag {
position: absolute;
top: 5px;
right: 5px;
z-index: 10;
}
font-size: .65rem;
}