Skip to content

Commit

Permalink
fix video embeds on mobile (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Mar 14, 2022
1 parent 7123d0f commit d055f46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/template/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit d055f46

Please sign in to comment.