Skip to content

Commit 8fca1c9

Browse files
committed
Whoops, didn't restore the margin property properly.
1 parent fa4a5ec commit 8fca1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-module/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
body {
2121
counter-reset: exampleno figure issue;
2222
max-width: 50em;
23-
margin: 0;
23+
margin: 0 auto !important;
2424
}
2525

2626
/* Pagination */

0 commit comments

Comments
 (0)