Skip to content

Commit

Permalink
change height definition and add max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
agurvich committed Apr 1, 2024
1 parent de23c43 commit 8d97b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stories/locfeature.HYPER.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import contentArray from './locfeature.HYPER/carousel_content.json';
<Embed
style={{
width:"100%",
height:"calc(85vw * 9/32)",
height:"calc(((100vw - 48px) * 0.28) + 64px)",
maxHeight:"calc(((1375px - 48px) * 0.28) + 80px)",
}}
src="https://svs.gsfc.nasa.gov/webapps/hyperweb/index.html" />
</Figure>
Expand Down

0 comments on commit 8d97b07

Please sign in to comment.