diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 4 | ||||
-rw-r--r-- | public/style.css | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/public/index.html b/public/index.html index 6155f3c..974a6fd 100644 --- a/public/index.html +++ b/public/index.html @@ -13,9 +13,7 @@ </body> <script> - Elm.fullscreen(Elm.Main, { - initialTime: new Date().getTime() - }); + Elm.Main.fullscreen(new Date().getTime()); </script> </html> diff --git a/public/style.css b/public/style.css index 4281b43..209d729 100644 --- a/public/style.css +++ b/public/style.css @@ -1,6 +1,5 @@ -body { margin: 0; } - -body > div { +body { + margin: 0; position: fixed; top: 0; bottom: 0; |