commit 528d9306536b8fd1eff6da19dd62725fc843e1f0 parent a411d747acbcf9888e55f3a96fdf093bf9a7d65f Author: ugrnm <ultrageranium@bleu255.com> Date: Tue, 14 Jun 2022 16:36:44 +0200 stole that from marloes Diffstat:
| M | local.css | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/local.css b/local.css @@ -1,3 +1,9 @@ +body { + margin: 40px auto; + max-width: 650px; + padding: 0 10px; +} + code { font-size: 15px; }