From 0748a0096f24ac3d3643ac91460ef65f67ef0797 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 22:14:51 +0200 Subject: [PATCH] more css theft from personal site --- site/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/index.css b/site/index.css index c939454..4801060 100644 --- a/site/index.css +++ b/site/index.css @@ -17,6 +17,8 @@ body { flex-direction: column; margin: 0; height: 100%; + max-width: 80ch; + padding-bottom: 2em; } a:link { @@ -36,3 +38,16 @@ code { pre:has(code) code { display: block; } + +p { + margin: 1em auto 1em; +} + +ul { + list-style-position: inside; + padding-bottom: 1em; +} + +li { + margin-left: 2em; +}