my-portfolio/src/blog/css/category.css
Rohit Pai e106f89dcb
Some checks reported warnings
🚀 Deploy website on push / 🎉 Deploy (push) Has been cancelled
All categories page created with flex
2023-10-21 23:26:00 +01:00

22 lines
295 B
CSS

main > h1 {
padding-left: 3em;
}
section.catPosts .largePost {
margin-bottom: 3em;
}
section.categories {
display: flex
flex-direction row;
justify-content: center;
align-items;
flex-wrap: wrap;
}
section.categories .btnContainer {
flex-basis: 33.3333333%
}