better static stuff
This commit is contained in:
parent
da996d1b6d
commit
d324baf487
4
Makefile
4
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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue