From 74502dfacff8be7b6df571736a0a187d994e88ae Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 22:16:02 +0200 Subject: [PATCH] put the p margin into body --- site/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/index.css b/site/index.css index 4801060..b4a22aa 100644 --- a/site/index.css +++ b/site/index.css @@ -15,10 +15,10 @@ body { font-size: 1.15rem; display: flex; flex-direction: column; - margin: 0; height: 100%; max-width: 80ch; padding-bottom: 2em; + margin: 1em auto 1em; } a:link { @@ -39,10 +39,6 @@ pre:has(code) code { display: block; } -p { - margin: 1em auto 1em; -} - ul { list-style-position: inside; padding-bottom: 1em;