-
Notifications
You must be signed in to change notification settings - Fork 24
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
Provide a 'fixed width' container #12
Comments
Yes and this is already in development at the moment, and will be released soon. |
API ResponsiveLayout responsiveLayout = new ResponsiveLayout(ContainerType)
responsiveLayout.setContainerType(ContainerType)
|
The container is not centered. It is kind of more on the left side... |
Found why, my fault. I added 👍 |
Small note about this change: When defining nested I suggest you set |
Thanks! Moved this to separate issue #15 |
In Twitter Bootstrap, the default container has a maximum width (it won't fill the width on huge screens).
This allow applications to be centered on big screens (like Facebook for example)
Is that something you would consider adding to the library?
The text was updated successfully, but these errors were encountered: