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

This commit is contained in:
Rohit Pai 2023-10-24 16:17:30 +01:00
parent a697ea2ac8
commit b06614a8c7

View File

@ -9,7 +9,7 @@ section.catPosts .largePost {
section.categories { section.categories {
display: flex display: flex;
flex-direction row; flex-direction row;
justify-content: center; justify-content: center;
align-items; align-items;
@ -17,5 +17,5 @@ section.categories {
} }
section.categories .btnContainer { section.categories .btnContainer {
flex-basis: 33.3333333% flex-basis: 33.3333333%;
} }