diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-10 03:00:55 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-10 03:00:55 +0800 |
commit | 764f402eb9bae2131a5eda52fd8d203f8e4bdecf (patch) | |
tree | f96a122ccec2211bdd9bb6312f6e698c647c7f89 /packages/instant/public | |
parent | d7b6d8222f459942f82338fee752d03fe2d1547a (diff) | |
download | dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.gz dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.bz2 dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.lz dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.xz dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.zst dexon-sol-tools-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.zip |
Center 0x instant
Diffstat (limited to 'packages/instant/public')
-rw-r--r-- | packages/instant/public/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/instant/public/index.html b/packages/instant/public/index.html index 044a9137b..fb041745e 100644 --- a/packages/instant/public/index.html +++ b/packages/instant/public/index.html @@ -8,9 +8,10 @@ <script type="text/javascript" src="/main.bundle.js" charset="utf-8"></script> <style> #zeroExInstantContainer { - position: relative; - left: 40px; - top: 30px; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; } body { |