💄 Arrange la liste de tag

This commit is contained in:
2020-04-28 16:50:15 +02:00
parent 94877013bd
commit 27fae1919f
3 changed files with 31 additions and 12 deletions

View File

@@ -198,6 +198,22 @@ ba {
bt {
font-size: 12px;
display: inline-block;
}
ul.tag-list {
list-style: none;
display: inline-block;
padding: 0;
}
ul.tag-list li {
display: inline-block;
}
ul.tag-list li:not(:last-child):after {
content: ", ";
margin-right: 3px;
}
/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */