jotdown_wasm: use full viewport

This commit is contained in:
Noah Hellman 2023-03-26 16:15:54 +02:00
parent d5803c4a12
commit 122cb84d2d
2 changed files with 12 additions and 5 deletions

View file

@ -12,7 +12,7 @@ index.html: Makefile demo.html
echo '<head>' >> $@
echo '<title>Jotdown Demo</title>' >> $@
echo '</head>' >> $@
echo '<body>' >> $@
echo '<body style="display:flex;flex-direction:column;height:100vh;margin:0">' >> $@
cat demo.html >> $@
echo '</body>' >> $@
echo '</html>' >> $@