alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit c9a77affa28f6f60db225f6cf7d4fdb752876d90 (patch)
parent 1f5ff21b34235e190dc5e52639cebce72925fc12
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon,  5 Sep 2022 17:31:08 -0400

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!

Diffstat:
MMakefile | 2+-
Mwww/style.css | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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;