Is there a method to implement a responsive grid layout #2848
shaneholloman
started this conversation in
Ideas
Replies: 1 comment
-
There’s no Markdown extension that I know of, but you can use plain HTML with some CSS to achieve what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Gatsby has a method to responsively divide the page like so:
https://gatsby-remark-grid-system.netlify.app/
Plugin Used: https://www.gatsbyjs.com/plugins/@pauliescanlon/gatsby-remark-grid-system/
Material uses this:
<https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-and-margins
Has anyone, managed to implement something like this yet?
Beta Was this translation helpful? Give feedback.
All reactions