fixed css errors
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
This commit is contained in:
parent
730b822a2b
commit
edabd92c17
@ -10,7 +10,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: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -21,7 +21,7 @@ section.categories {
|
|||||||
section.categories .btnContainer {
|
section.categories .btnContainer {
|
||||||
flex-basis: 33.3333333%;
|
flex-basis: 33.3333333%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user