Description
Match the Material Design responsive layout guidelines and personal creativity in the design process.
Describe the solution you'd like
Set up margins and gutters that change size depending on the screen, making everything look neater.
Maybe use CSS Grid or Flexbox to make these changes, so our site responds well to different screen sizes.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Description Match the Material Design responsive layout guidelines and personal creativity in the design process.
Describe the solution you'd like Set up margins and gutters that change size depending on the screen, making everything look neater. Maybe use CSS Grid or Flexbox to make these changes, so our site responds well to different screen sizes.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Here's a link to the Material Design guidelines I mentioned: https://m2.material.io/design/layout/responsive-layout-grid.html#columns-gutters-and-margins We have some content that might not fit perfectly into a strict grid. We'll need to figure out how to handle that.