diff options
Diffstat (limited to '')
-rw-r--r-- | default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.css b/default.css index 7465c01..edd2af3 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,8 @@ html { font-family: monospace; } + +body { + max-width: 130ch; + margin: auto; +} |