The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I am trying to create a border around each individual post feature on the blog page. So far, all I can get is just a border top along the whole list, like in this photo
I just quickly added the following CSS to the Post Wrapper element
padding: 12px;
border: 6px solid;
2 Likes
matthewbertweb3
Hey, that looks like it may have been from mentalgeek.netlify.app - that was a gatsby markdown site I built. But the github repo is to turn that site into a frontity site. So the code is different.