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 {
|
||||
display: flex;
|
||||
flex-direction row;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
@ -21,7 +21,7 @@ section.categories {
|
||||
section.categories .btnContainer {
|
||||
flex-basis: 33.3333333%;
|
||||
display: flex;
|
||||
flex-direction row;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user