Add Binance Broker ad to documentation page

This commit is contained in:
Matthias
2021-06-24 22:53:27 +02:00
parent e0d3ca6c6d
commit 538a1acdb5
2 changed files with 69 additions and 0 deletions

View File

@@ -11,3 +11,14 @@
.rst-versions .rst-other-versions {
color: white;
}
#widget-wrapper {
height: calc(220px * 0.5625 + 18px);
width: 220px;
margin: 0 auto 16px auto;
border-style: solid;
border-color: var(--md-code-bg-color);
border-width: 1px;
border-radius: 5px;
}