set width to 100%
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s

This commit is contained in:
Rohit Pai 2023-10-24 16:20:35 +01:00
parent 9349f73016
commit fbf9449116

View File

@ -14,6 +14,7 @@ section.categories {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
width: 100%;
} }
section.categories .btnContainer { section.categories .btnContainer {