Skip to content

Commit d055f46

Browse files
fix video embeds on mobile (#5719)
1 parent 7123d0f commit d055f46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/template/styles/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,13 @@ pre code{
346346
}
347347
.svg.akka-logo{
348348
margin: auto;
349+
}
350+
}
349351

352+
@media only screen and (max-width: 768px){
353+
.content.wrap iframe{
354+
max-width: 100% !important;
350355
}
351-
352356
}
353357

354358
.pb-logo{

0 commit comments

Comments
 (0)