permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 8e0cfdd747fde7e9772b66a2c699bb216d4696df
parent 528d9306536b8fd1eff6da19dd62725fc843e1f0
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Tue, 14 Jun 2022 16:55:44 +0200

em not px

Diffstat:
Mlocal.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local.css b/local.css @@ -1,6 +1,6 @@ body { margin: 40px auto; - max-width: 650px; + max-width: 41em; padding: 0 10px; }