Skip to content

Commit

Permalink
fix iframe video on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Arhell <arhell333@gmail.com>
  • Loading branch information
Arhell committed Apr 7, 2024
1 parent a513329 commit 08ae47d
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 08ae47d

Please sign in to comment.