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

Center content? #38

Open
beamercola opened this issue Jun 6, 2020 · 1 comment
Open

Center content? #38

beamercola opened this issue Jun 6, 2020 · 1 comment

Comments

@beamercola
Copy link

Is it possible to center the items horizontally? Everything seems to be pushed over to the left

Thanks!

@danilowoz
Copy link
Contributor

Hey @beamercola, thanks for posting your question here.

Could you give us an example? A Codesandbox maybe?
I’m afraid I didn’t get your issue because the grid doesn’t have any direction actually. Once the width of the columns is the same, it is evenly distributed.

I don’t if it helps you, but what about to center the container?

.grid {
   margin-left: auto;
   margin-right: auto;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants