Fix category layout

This commit is contained in:
sqozz 2017-12-29 02:27:43 +01:00
parent a67182df2c
commit 16878ee228
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
flex-wrap: wrap;
}
#categories span {
width: 33%;
#categories div {
margin-bottom: 10px;
flex-basis: 33%;
}