diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 36a2e45..759a1fa 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -13,8 +13,9 @@ body { font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace; font-size: 0.9rem; line-height: 1.5; - margin: 1.5rem auto; + margin: 0 auto; max-width: 45em; + padding: 1.5rem; } a { |
