centered button in container
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s

This commit is contained in:
Rohit Pai 2023-10-24 17:58:18 +01:00
parent 9e94f6cade
commit 730b822a2b

View File

@ -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;
} }