minor edits

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

View File

@ -44,7 +44,7 @@
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
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>

View File

@ -23,6 +23,6 @@
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; }
}