centered button in container
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
9e94f6cade
commit
730b822a2b
@ -20,4 +20,9 @@ section.categories {
|
|||||||
|
|
||||||
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