Skip to content

Commit

Permalink
replace height calculation.
Browse files Browse the repository at this point in the history
not sure why it appeared to work originally. perhaps some kind of cache issue.
  • Loading branch information
agurvich committed Mar 29, 2024
1 parent 45c39c0 commit de23c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/locfeature.HYPER.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import contentArray from './locfeature.HYPER/carousel_content.json';
<Embed
style={{
width:"100%",
height:"calc(95vw * 9/32)"
height:"calc(85vw * 9/32)",
}}
src="https://svs.gsfc.nasa.gov/webapps/hyperweb/index.html" />
</Figure>
Expand Down

0 comments on commit de23c43

Please sign in to comment.