You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
I have a silly question: how do I center a single Cell inside a Grid?
<Grid><Cell/></Grid>
I want to be able to give the Cell a certain width, but want to keep it horizontally in the center. I have tried doing this with adding empty Cells before and after, but I don't think that's the right way of doing it.
Edit: Basically I'm looking for the radium-grid's equivalent of Bootstrap's offset.