Skip to content

Commit c220dbc

Browse files
committed
Put the max-width *back* into the default stylesheet AGAIN.
1 parent 9204715 commit c220dbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

default.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
}
1919

2020
body {
21-
counter-reset: exampleno figure issue;
21+
counter-reset: exampleno figure issue;
22+
margin 0 auto !important;
23+
max-width: 50em;
2224
}
2325

2426
/* Pagination */

0 commit comments

Comments
 (0)