Commit 102681b2 authored by jboyson's avatar jboyson

Add css to fix fluid layout for index file

parent 31124710
......@@ -2,6 +2,14 @@
* File content holder
*
*/
.container-fluid.container-limited.limit-container-width {
.file-holder.readme-holder.limited-width-container .file-content {
max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;
}
}
.file-holder {
border: 1px solid $border-color;
border-top: 0;
......@@ -17,12 +25,6 @@
&.readme-holder {
margin: $gl-padding 0;
&.limited-width-container .file-content {
max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;
}
}
.file-title {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment