Skip to content

Commit

Permalink
fix: adjust video width to improve layout in App component
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 27, 2024
1 parent 5abe4fd commit d476e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const App = () => {
playing
controls
light={mesheryPlayground}
width="70%"
width="177.778%"
style={{ margin: "auto" }}
className="embedVideo"
/>
Expand Down

0 comments on commit d476e89

Please sign in to comment.