jotdown_wasm: use full viewport
This commit is contained in:
parent
d5803c4a12
commit
122cb84d2d
2 changed files with 12 additions and 5 deletions
|
@ -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>' >> $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue