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 730b822a2b - Show all commits

View File

@ -20,4 +20,9 @@ section.categories {
section.categories .btnContainer { section.categories .btnContainer {
flex-basis: 33.3333333%; flex-basis: 33.3333333%;
display: flex;
flex-direction row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
} }