margin centered
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s

This commit is contained in:
Rohit Pai 2023-10-24 16:22:16 +01:00
parent fbf9449116
commit a868136a99

View File

@ -15,6 +15,7 @@ section.categories {
align-items: center;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
}
section.categories .btnContainer {