Skip to content

Commit

Permalink
Fix text alignment with respect to video (#10711)
Browse files Browse the repository at this point in the history
Brought text below the video instead of on the right side of the video

This PR is not changing anything, only fixing this weird alignment issue


![image](https://github.com/flutter/website/assets/31812582/7d5485af-c307-4ae5-88df-06597e42e9fd)

After fix:


![image](https://github.com/flutter/website/assets/31812582/8ee100fa-bc0b-4115-83cc-c493ae2f6948)

I have not created a seperate issue for this small problem.
  • Loading branch information
thisisjaymehta authored Jun 5, 2024
1 parent 2da40bd commit bd53311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/ui/adaptive-responsive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ You might also check out the Google I/O 2024 talk about
this subject.

<iframe width="560" height="315" src="{{site.yt.embed}}/LeKLGzpsz9I?si=9RIdY3g80eUl_YHj" title="Watch the adaptive/responsive video from Google I/O 2024" {{site.yt.set}}></iframe>

How to build Adaptive UI with Flutter
:::

0 comments on commit bd53311

Please sign in to comment.