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 b06614a8c7 - Show all commits

View File

@ -9,7 +9,7 @@ section.catPosts .largePost {
section.categories {
display: flex
display: flex;
flex-direction row;
justify-content: center;
align-items;
@ -17,5 +17,5 @@ section.categories {
}
section.categories .btnContainer {
flex-basis: 33.3333333%
flex-basis: 33.3333333%;
}