Skip to content

Commit 430d2f5

Browse files
authored
chore(docs): minor CSS tweak for playground (#4902)
* chore(docs): minor CSS tweak for playground * Update play.vue * Update play.vue * Update play.vue
1 parent a661458 commit 430d2f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/pages/play.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,16 @@
284284
.flip-list-move {
285285
transform: 0.3s;
286286
}
287+
288+
.bv-ad {
289+
min-height: 130px;
290+
}
291+
292+
@media (min-width: 992px) {
293+
.bv-ad {
294+
min-width: 330px;
295+
}
296+
}
287297
</style>
288298

289299
<script>

0 commit comments

Comments
 (0)