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

Skip to content

Commit 4d27503

Browse files
committed
Website body constrained to 1200px
1 parent 2f194ff commit 4d27503

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)