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 9349f73016 - Show all commits

View File

@ -12,7 +12,7 @@ section.categories {
display: flex;
flex-direction row;
justify-content: center;
align-items;
align-items: center;
flex-wrap: wrap;
}