aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-10 03:00:55 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-10 03:00:55 +0800
commit764f402eb9bae2131a5eda52fd8d203f8e4bdecf (patch)
treef96a122ccec2211bdd9bb6312f6e698c647c7f89 /packages
parentd7b6d8222f459942f82338fee752d03fe2d1547a (diff)
downloaddexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar
dexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.gz
dexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.bz2
dexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.lz
dexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.xz
dexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.tar.zst
dexon-0x-contracts-764f402eb9bae2131a5eda52fd8d203f8e4bdecf.zip
Center 0x instant
Diffstat (limited to 'packages')
-rw-r--r--packages/instant/public/index.html7
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 {