Skip to content

Commit c98feee

Browse files
docs(Intro): fix video width in mobile view (#2379)
* fix mobile view in intro page * setting max width to 100%
1 parent a71e0c6 commit c98feee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blade/docs/guides/Intro.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Blade is the Cross-Platform, Open Source Design System that powers all of the [R
4040
frameborder="0"
4141
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
4242
allowfullscreen
43-
style={{ borderRadius: '8px' }}
43+
style={{ borderRadius: '8px', maxWidth: '100%' }}
4444
></iframe>
4545
</div>
4646

0 commit comments

Comments
 (0)