categories-fix #46

Merged
rodude123 merged 7 commits from categories-fix into master 2023-10-28 11:29:43 +01:00
Showing only changes of commit edabd92c17 - Show all commits

View File

@ -10,7 +10,7 @@ section.catPosts .largePost {
section.categories {
display: flex;
flex-direction row;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
@ -21,7 +21,7 @@ section.categories {
section.categories .btnContainer {
flex-basis: 33.3333333%;
display: flex;
flex-direction row;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;