Skip to content

Commit

Permalink
Merge pull request #3069 from Arhell/frame
Browse files Browse the repository at this point in the history
fix iframe video on mobile
  • Loading branch information
sgettys authored Apr 8, 2024
2 parents a513329 + 08ae47d commit cc4ed55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--primary-hue: 336deg;
}

.content iframe {
max-width: 100%;
}

0 comments on commit cc4ed55

Please sign in to comment.