my-portfolio/src/blog/css/category.css
Rohit Pai edabd92c17
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
fixed css errors
2023-10-28 11:26:39 +01:00

29 lines
466 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;
width: 100%;
margin-bottom: 5em;
}
section.categories .btnContainer {
flex-basis: 33.3333333%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}