Remove binance AD from docs page

fixes #7921
This commit is contained in:
Matthias
2022-12-28 07:10:11 +01:00
parent cd4faa9c59
commit 4d112def17
2 changed files with 0 additions and 39 deletions

View File

@@ -11,18 +11,3 @@
.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;
}
@media screen and (max-width: calc(76.25em - 1px)) {
#widget-wrapper { display: none; }
}