Skip to content

Commit

Permalink
Merge pull request #5847 from sudhanshutech/fix/width
Browse files Browse the repository at this point in the history
fix width of teaser
  • Loading branch information
sudhanshutech committed Aug 27, 2024
2 parents 5f09667 + 459f043 commit 084fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TeaserModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const TeaserModal = (props) => {
content: {
maxWidth: "105rem",
maxHeight: "105rem",
width: "105%",
width: "90%",
height: "auto",
},
}}
Expand Down

0 comments on commit 084fc44

Please sign in to comment.