Merge pull request 'categories-fix' (#46) from categories-fix into master
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
Reviewed-on: #46
This commit is contained in:
commit
5878dbaf9a
@ -9,13 +9,20 @@ 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: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.categories .btnContainer {
|
section.categories .btnContainer {
|
||||||
flex-basis: 33.3333333%
|
flex-basis: 33.3333333%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user