diff --git a/packages/perseus/src/widgets/phet-simulation.tsx b/packages/perseus/src/widgets/phet-simulation.tsx index 77ec064c18..a62c051206 100644 --- a/packages/perseus/src/widgets/phet-simulation.tsx +++ b/packages/perseus/src/widgets/phet-simulation.tsx @@ -192,8 +192,7 @@ export class PhetSimulation extends React.Component { title={this.props.description} sandbox={sandboxProperties} style={{ - minWidth: 400, - height: 360, + height: 225, width: "100%", borderWidth: 0, }} @@ -239,7 +238,7 @@ const styles = StyleSheet.create({ borderColor: basicBorderColor, padding: phoneMargin, paddingBottom: 0, - width: 650, + width: 450, }, });