Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee67d35

Browse files
authored
Merge pull request #7862 from doraf/doc_fix_homepage_width
Website body constrained to 1200px
2 parents 2f194ff + 4d27503 commit ee67d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/_static/mpl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ body {
1313
padding: 0;
1414
border: 1px solid #aaa;
1515
color: #333;
16-
margin: 0px 80px 0px 80px;
16+
margin: auto;
1717
min-width: 740px;
18+
max-width: 1200px;
1819
}
1920

2021
a {

0 commit comments

Comments
 (0)