diff --git a/bridge/index.html b/bridge/index.html index 6bd525d..4c9e99b 100644 --- a/bridge/index.html +++ b/bridge/index.html @@ -18,7 +18,7 @@ align-items: center; padding-left: 10px; padding-right: 10px; - padding-top: 100px; + padding-top: -10px; } .img { @@ -26,12 +26,19 @@ background-size: contain; background-repeat: no-repeat; background-position: center; - max-width: 450px; + max-width: 350px; width: 100%; - height: 450px; + height: 350px; transition: transform 0.15s ease-out; } + @media (max-width: 800px) { + .img { + max-width: 250px; + height: 250px; + } + } + .img-scale { transform: scale(-1, 1); } @@ -70,6 +77,10 @@ align-items: center; cursor: pointer; margin-bottom: 40px; + justify-content: space-between; + } + #title .network { + width: 38%; } .title { @@ -200,12 +211,12 @@
-
+
TON Testnet
TON Coin (Native)
-
+
Ethereum Ropsten
TONCOIN (ERC20)
@@ -834,4 +845,4 @@ - \ No newline at end of file +