Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gutters #32

Closed
higoka opened this issue Dec 9, 2018 · 4 comments
Closed

Gutters #32

higoka opened this issue Dec 9, 2018 · 4 comments

Comments

@higoka
Copy link

higoka commented Dec 9, 2018

How can i add a 20px gutter to the columns?
Like the bootstrap one

@mowens86
Copy link

mowens86 commented Oct 8, 2020

Hi higoka,

I believe this can be achieved when you use a display of grid and grid-column-gap within it.

Here's an example:
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_grid-column-gap

I hope this helps.

@khamer
Copy link
Contributor

khamer commented Oct 10, 2020

I assume he's trying to use gridly though - which uses flexbox not grid. I can throw together a PR for gutter support for gridly if that's wanted.

@higoka
Copy link
Author

higoka commented Oct 10, 2020

I assume he's trying to use gridly though - which uses flexbox not grid. I can throw together a PR for gutter support for gridly if that's wanted.

that would be awesome!

@khamer
Copy link
Contributor

khamer commented Oct 11, 2020

Quick PR above for gutters. If we don't want to merge it, that's fine - I just wanted to show a quick example of what it'd take for the thread at least. Happy Hacktoberfest.

@higoka higoka closed this as completed Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants