diff options
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ body { font-family: Palatino, 'Palatino Linotype', serif; color: black; font-size: large; + max-width: 1000px; + margin: 0 auto; } pre { |