my-portfolio/src/blog/css/category.css
Rohit Pai 9349f73016
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
centered items
2023-10-24 16:19:11 +01:00

22 lines
305 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: center;
flex-wrap: wrap;
}
section.categories .btnContainer {
flex-basis: 33.3333333%;
}