diff --git a/Makefile b/Makefile index ef11fc3..f39ff60 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ $(www)/%.html: $(src)/%.md $(www) $(post_index): $(post-sources) $(INDEXCC) $^ -o $@ -$(www_root)/static: - cp -R static $@ +$(www_root)/static: static + cp -R static $(www_root) $(POSTCC): $(post_compiler) dune build diff --git a/static/style.css b/static/style.css index 1138bd8..e60efdf 100644 --- a/static/style.css +++ b/static/style.css @@ -30,7 +30,7 @@ html { body { font-family: 'Latin Modern Roman', Georgia, serif; - font-size: 110%; + font-size: 120%; line-height: 1.4; max-width: 100ch;