From d055f4644a4da0c853751d18099deaf7c43fec58 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 14 Mar 2022 12:37:39 -0500 Subject: [PATCH] fix video embeds on mobile (#5719) --- docs/template/styles/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/template/styles/main.css b/docs/template/styles/main.css index 2def073e4d8..f7e02841d11 100644 --- a/docs/template/styles/main.css +++ b/docs/template/styles/main.css @@ -346,9 +346,13 @@ pre code{ } .svg.akka-logo{ margin: auto; + } +} +@media only screen and (max-width: 768px){ + .content.wrap iframe{ + max-width: 100% !important; } - } .pb-logo{