binance-portal

This commit is contained in:
Carlo Revelli 2021-06-25 10:43:40 +01:00
parent 2ade3ec7b9
commit 9e91240283
No known key found for this signature in database
GPG Key ID: 12881CCA831F17F4
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
window.binanceBrokerPortalSdk.initBrokerSDK('#widget', {
apiHost: 'https://www.binance.com',
brokerId: 'R4BD3S82',
site: "site"
slideTime: 4e4,
});
} catch(err) {
console.log(err)

View File

@ -23,6 +23,6 @@
border-radius: 5px;
}
@media screen and (max-width: 700px) {
@media screen and (max-width: calc(76.25em + 1px)) {
#widget-wrapper { display: none; }
}