Skip to content

Commit

Permalink
docs(Intro): fix video width in mobile view (#2379)
Browse files Browse the repository at this point in the history
* fix mobile view in intro page

* setting max width to 100%
  • Loading branch information
sarthak-kumar-shailendra authored Oct 18, 2024
1 parent a71e0c6 commit c98feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/docs/guides/Intro.stories.mdx
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ Blade is the Cross-Platform, Open Source Design System that powers all of the [R
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
style={{ borderRadius: '8px' }}
style={{ borderRadius: '8px', maxWidth: '100%' }}
></iframe>
</div>

0 comments on commit c98feee

Please sign in to comment.