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

Proper use of bootstrap grid #15

Merged
merged 3 commits into from
Feb 13, 2018
Merged

Proper use of bootstrap grid #15

merged 3 commits into from
Feb 13, 2018

Conversation

withlovee
Copy link
Contributor

@withlovee withlovee commented Jun 5, 2017

Hi team!

Thanks for making this awesome app. I found that there is a spacing problem due to improper use of bootstrap grid here:

bootstrap1

Basically, grid columns (col-md-3, col-md-9, etc..) must always be inside of <div class="row">.

After the fix, equal spaces without extra hacking css!
bootstrap2

And you don't really need to use col-md-12 if it is just a plain one column box. So I moved up <hr> and add class container to the footer so that it automatically add left & right padding on smaller screens.

Suggestions welcomed!

@waylan waylan merged commit 676d34b into mkdocs:master Feb 13, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants