diff --git a/templaters/simple/stylesheet.nix b/templaters/simple/stylesheet.nix index 8f7abe5..ae3b573 100644 --- a/templaters/simple/stylesheet.nix +++ b/templaters/simple/stylesheet.nix @@ -51,6 +51,7 @@ in background = colors.light.bg; max-width = "650px"; margin = "40px auto"; + padding = "0 10px"; }; "pre,code" = { font-family = ["monospace"];