Make tags container flex

This commit is contained in:
Cassidy Williams
2024-01-27 00:02:20 -06:00
parent 3cfb38bde4
commit c4b09be8bc
2 changed files with 6 additions and 1 deletions

View File

@@ -146,6 +146,11 @@ ul.tags-list {
font-size: 1.3em;
}
.tags {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tag {
display: inline-block;
margin-right: 20px;