All categories page created with flex
Some checks reported warnings
🚀 Deploy website on push / 🎉 Deploy (push) Has been cancelled

This commit is contained in:
Rohit Pai 2023-10-21 23:26:00 +01:00
parent da791c8866
commit e106f89dcb

View File

@ -5,4 +5,17 @@ main > h1 {
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%
}