Compare commits

..

8 Commits

Author SHA1 Message Date
5878dbaf9a Merge pull request 'categories-fix' (#46) from categories-fix into master
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
Reviewed-on: #46
2023-10-28 11:29:42 +01:00
edabd92c17 fixed css errors
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
2023-10-28 11:26:39 +01:00
730b822a2b centered button in container
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
2023-10-24 17:58:18 +01:00
9e94f6cade added bottom margin
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 46s
2023-10-24 16:25:32 +01:00
a868136a99 margin centered
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
2023-10-24 16:22:16 +01:00
fbf9449116 set width to 100%
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
2023-10-24 16:20:35 +01:00
9349f73016 centered items
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 16s
2023-10-24 16:19:11 +01:00
b06614a8c7 fixed category page
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 17s
2023-10-24 16:17:30 +01:00

View File

@ -9,13 +9,20 @@ section.catPosts .largePost {
section.categories {
display: flex
flex-direction row;
display: flex;
flex-direction: row;
justify-content: center;
align-items;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin-bottom: 5em;
}
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;
}