Zalamování tagů

This commit is contained in:
Emil Miler 2022-09-03 12:19:25 +02:00
parent e4f2a98546
commit b4b7b5a1f0

View File

@ -20,4 +20,10 @@
} }
.taglist.centering { .taglist.centering {
justify-content: center; justify-content: center;
flex-wrap: wrap;
.tag {
margin-bottom: .5rem;
text-transform: capitalize;
}
} }