fixed category page
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
This commit is contained in:
parent
a697ea2ac8
commit
b06614a8c7
@ -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%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user