From c9a77affa28f6f60db225f6cf7d4fdb752876d90 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 5 Sep 2022 17:31:08 -0400 Subject: [PATCH] style: Widen content width to account for padding/margin The resume oneliner should be .. oneline! This patch also updates the Makefile to rebuild on changes to the style.css file! --- Makefile | 2 +- www/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72322a8..0a5b9ed 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ gopher/phlog/atom.xml: $(PHLOG) gopher/bin/gophatom.sh ./gopher/bin/gophatom.sh > $@ # Inference rules (*.txt -> *.html) -$(HTML): Makefile bin/genpage +$(HTML): Makefile bin/genpage www/style.css .SUFFIXES: .txt .html .txt.html: diff --git a/www/style.css b/www/style.css index 14b4cb3..1f46694 100644 --- a/www/style.css +++ b/www/style.css @@ -1,6 +1,6 @@ /* inlined via bin/genpage to limit network calls */ html { - max-width: 80ch; + max-width: 85ch; margin: auto; font-size: 1em; font-family: sans-serif; -- libgit2 1.1.1