Skip to content

Commit 0b86798

Browse files
committed
openads fix
1 parent 2780b73 commit 0b86798

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tutorials/tools/callback-to-async-await.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Enter in your callback-based code in the input below, and click "Run" (or press
1818
button.opt:disabled {
1919
background-color: #ddd;
2020
}
21+
22+
#masteringjs-leaderboard-banner {
23+
position: absolute;
24+
left: -350px;
25+
top: -125px;
26+
}
27+
28+
@media (max-width: 1350px) {
29+
#masteringjs-leaderboard-banner {
30+
display: none;
31+
}
32+
}
2133
</style>
2234

2335
<div>

0 commit comments

Comments
 (0)