minor edits
This commit is contained in:
parent
9e91240283
commit
69a3aee01e
@ -44,7 +44,7 @@
|
|||||||
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
|
||||||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
// Load binance SDK
|
<!-- Load binance SDK -->
|
||||||
<script async defer src="https://public.bnbstatic.com/static/js/broker-sdk/broker-sdk@1.0.0.min.js"></script>
|
<script async defer src="https://public.bnbstatic.com/static/js/broker-sdk/broker-sdk@1.0.0.min.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -23,6 +23,6 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: calc(76.25em + 1px)) {
|
@media screen and (max-width: calc(76.25em - 1px)) {
|
||||||
#widget-wrapper { display: none; }
|
#widget-wrapper { display: none; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user