diff --git a/src/blog/css/category.css b/src/blog/css/category.css index 795a700..438395f 100644 --- a/src/blog/css/category.css +++ b/src/blog/css/category.css @@ -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; }