diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-18 11:56:44 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-18 11:56:44 +1000 |
commit | f52dcdbd842c2d575d29430d8ce3d1ff83eeba23 (patch) | |
tree | c892595b4728387d2211bac1c6cb6623870d1ae6 /src/index.html | |
parent | c5863485b3035053b6dba1670207225fd9a8da33 (diff) | |
download | BIP39-f52dcdbd842c2d575d29430d8ce3d1ff83eeba23.tar.gz BIP39-f52dcdbd842c2d575d29430d8ce3d1ff83eeba23.tar.zst BIP39-f52dcdbd842c2d575d29430d8ce3d1ff83eeba23.zip |
Padding at bottom of page
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index dbe6d4d..2cb6560 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -10,6 +10,9 @@ | |||
10 | <meta content="DC POS" name="author" /> | 10 | <meta content="DC POS" name="author" /> |
11 | 11 | ||
12 | <style> | 12 | <style> |
13 | body { | ||
14 | padding-bottom: 32px; | ||
15 | } | ||
13 | .feedback-container { | 16 | .feedback-container { |
14 | position: fixed; | 17 | position: fixed; |
15 | top: 0; | 18 | top: 0; |