netlify-cms-react-starter/src/components/PostCategoriesNav.css
2018-06-01 15:35:14 +10:00

7 lines
131 B
CSS

.PostCategoriesNav {
margin: 2rem 0;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}