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

This commit is contained in:
Rohit Pai 2023-10-24 16:19:11 +01:00
parent b06614a8c7
commit 9349f73016

View File

@ -12,7 +12,7 @@ section.categories {
display: flex;
flex-direction row;
justify-content: center;
align-items;
align-items: center;
flex-wrap: wrap;
}