jingo
jingo copied to clipboard
Bootstrap class should be container-fluid in \views\layout.jade
To be consistent with other responsive Bootstrap classes on the same page and other pages, the container for main content should have CSS class "container-fluid", not "container". This is set in Jade view layout.jade
.
p.s. not sure I'm doing the whole Git contributing/pull request right!
In any case the fix for the above issue is simple - altering line 47 in \views\layout.jade
to: .container-fluid
Thanks, I will take a look. No worries for the PR :)