Currently projects are built using modules that where they're placed in a flex container with flex-wrapping.
This means you can't add custom breakpoints to a row's layout because they're two seperate items. To solve this we should refactor the CMS and block renderer to be handling content blocks:
🚀 Feature Proposal
Currently projects are built using modules that where they're placed in a flex container with flex-wrapping.
This means you can't add custom breakpoints to a row's layout because they're two seperate items. To solve this we should refactor the CMS and block renderer to be handling content blocks: