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

Improve doc for .container-smooth #410

Open
fazliddin opened this issue Sep 16, 2015 · 0 comments
Open

Improve doc for .container-smooth #410

fazliddin opened this issue Sep 16, 2015 · 0 comments

Comments

@fazliddin
Copy link

.container-smooth can not be used along. It must be added to container div with container-fluid class, that is, <div class="container-fluid container-smooth">. Because bootstrap container classes has useful properties:

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

Without them horizontal ruler appears. Except that container* classes used to identify other classes. For example, .jumbotron class loses properties if used outside container or container-fluid

@jasny jasny added this to the v4 :heart: milestone Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants