diff options
author | Joris | 2016-09-04 15:52:17 +0200 |
---|---|---|
committer | Joris | 2016-09-04 15:53:32 +0200 |
commit | 8714c3befcf3f9923cf72e8d992ba6d963c0e6e7 (patch) | |
tree | e5ab35a918a95cbfee2f90dc34f3fe57fac42593 /public/style.css | |
parent | cda08750ac7cdd83e73c1110800bea39928ffed9 (diff) |
Upgrade to elm 0.17.1
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
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; |