Skip to content

Commit

Permalink
Adjust sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
aemandine committed Sep 4, 2024
1 parent 92eef37 commit 3c6a6f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/perseus/src/widgets/phet-simulation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ export class PhetSimulation extends React.Component<Props, State> {
title={this.props.description}
sandbox={sandboxProperties}
style={{
minWidth: 400,
height: 360,
height: 225,
width: "100%",
borderWidth: 0,
}}
Expand Down Expand Up @@ -239,7 +238,7 @@ const styles = StyleSheet.create({
borderColor: basicBorderColor,
padding: phoneMargin,
paddingBottom: 0,
width: 650,
width: 450,
},
});

Expand Down

0 comments on commit 3c6a6f5

Please sign in to comment.