Compare commits

...

8 Commits

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