Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d27503

Browse filesBrowse files
committed
Website body constrained to 1200px
1 parent 2f194ff commit 4d27503
Copy full SHA for 4d27503

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.