Wrap tag lists

This commit is contained in:
Rafael Bardini 2020-07-26 00:05:15 +02:00
parent 46d615d989
commit 018dd0fad0
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ section {
.tag-list {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
}