better static stuff

This commit is contained in:
Dan Frumin 2020-08-29 12:56:12 +02:00
parent da996d1b6d
commit d324baf487
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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