added bottom margin
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 46s

This commit is contained in:
Rohit Pai 2023-10-24 16:25:32 +01:00
parent a868136a99
commit 9e94f6cade

View File

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