Skip to content

Commit fa4a5ec

Browse files
committed
Re-added the max-width and margin on body.
1 parent 4451468 commit fa4a5ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-module/default.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
margin: 1.5cm 1.1cm;
1818
}
1919

20-
body {counter-reset: exampleno figure issue}
20+
body {
21+
counter-reset: exampleno figure issue;
22+
max-width: 50em;
23+
margin: 0;
24+
}
2125

2226
/* Pagination */
2327
h1, h2, h3, h4, h5, h6 { page-break-after: avoid }

0 commit comments

Comments
 (0)