flowershow
flowershow copied to clipboard
Refactor `BlogsList` component, so that it can be used within any page layout
From our docs page:
The
BlogsListcomponent requires asimplepage layout, which you need to specify in the frontmatter of your blogsindex.mdpage.
Acceptance
- [ ]
@flowershow/core'sBlogsListcomponent can be used in any layout and look good (= it is responsive)
Tasks
- [ ] adjust styling of the BlogsList component to make it responsive and independent of any styles currently applied by the
Simplelayout (which is required atm to make the BlogsList component look good)