Skip to content

Commit 7957a80

Browse files
style changes
1 parent ca3a6a6 commit 7957a80

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
" font-family: Computer Modern, \"Helvetica Neue\", Arial, Helvetica, Geneva, sans-serif;\n",
4242
" line-height: 145%;\n",
4343
" font-size: 110%;\n",
44+
" width:800px;\n",
45+
" margin-left:auto;\n",
46+
" margin-right:auto;\n",
4447
" }\n",
4548
" .CodeMirror{\n",
4649
" font-family: Consolas, monospace;\n",

Chapter2_MorePyMC/MorePyMC.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
" font-family: Computer Modern, \"Helvetica Neue\", Arial, Helvetica, Geneva, sans-serif;\n",
3030
" line-height: 145%;\n",
3131
" font-size: 110%;\n",
32+
" width:800px;\n",
33+
" margin-left:auto;\n",
34+
" margin-right:auto;\n",
3235
" }\n",
3336
" .CodeMirror{\n",
3437
" font-family: Consolas, monospace;\n",

styles/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
1717
line-height: 145%;
1818
font-size: 110%;
19+
width:800px;
20+
margin-left:auto;
21+
margin-right:auto;
1922
}
2023
.CodeMirror{
2124
font-family: Consolas, monospace;

0 commit comments

Comments
 (0)