Merge pull request 'categories-fix' (#46) from categories-fix into master
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s

Reviewed-on: #46
This commit was merged in pull request #46.
This commit is contained in:
2023-10-28 11:29:42 +01:00
+11 -4
View File
@@ -9,13 +9,20 @@ section.catPosts .largePost {
section.categories {
display: flex
flex-direction row;
display: flex;
flex-direction: row;
justify-content: center;
align-items;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin-bottom: 5em;
}
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;
}