Skip to content

Commit e2b6007

Browse files
committed
Whoops, forgot to make the margin rule important.
1 parent 30f7ddf commit e2b6007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
width: 50em;
23-
margin: 0 auto;
23+
margin: 0 auto !important;
2424
}
2525

2626
/* Pagination */

0 commit comments

Comments
 (0)