Skip to content

Commit 1797a0a

Browse files
committed
fix: revert margin changes
1 parent 01a57f5 commit 1797a0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_layouts/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
<style>
5757
body {
5858
max-width: 80ch;
59-
margin: 0 auto;
59+
margin-left: auto;
60+
margin-right: auto;
6061
text-align: center;
6162
}
6263

0 commit comments

Comments
 (0)