commit ca8988c4237b17ca91bce8b05f504ff84573a6e7 parent f79828ef557f19eebb3acba9d73298c8b695772e Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Wed, 8 Apr 2020 23:02:47 -0500 Add more CSS Diffstat:
M | layouts/partials/head.html | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html @@ -1,8 +1,13 @@ <head> <style> body { + padding: 1em; margin: auto; max-width: 60ch; + font-family: sans-serif; + } + pre { + overflow-x: auto; } </style> <meta charset="utf-8">