fixed category page
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s

This commit is contained in:
2023-10-24 16:17:30 +01:00
parent a697ea2ac8
commit b06614a8c7
+2 -2
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%;
}