Don't make the gap bigger for regular list pages

This commit is contained in:
BBaoVanC 2022-04-10 03:08:22 -05:00
parent 2742bac9ff
commit b14e0e90fd
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@
flex-direction: column;
list-style: none;
padding: 0;
gap: 40px;
}
.series-taxonomy ul {
gap: 80px;
}