fixed css errors
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s

This commit is contained in:
2023-10-28 11:26:39 +01:00
parent 730b822a2b
commit edabd92c17
+2 -2
View File
@@ -10,7 +10,7 @@ section.catPosts .largePost {
section.categories {
display: flex;
flex-direction row;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
@@ -21,7 +21,7 @@ section.categories {
section.categories .btnContainer {
flex-basis: 33.3333333%;
display: flex;
flex-direction row;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;