Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed May 21, 2024
1 parent 1dba21a commit 1da48f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Model(props: { doll: Doll, big: boolean }) {
return (
// @ts-ignore
<model-viewer
style={ props.big ? { height: '40rem', margin: 'auto' } : { height: "20rem", width: "20rem" } }
style={ props.big ? { height: '40rem', width: "40rem", margin: 'auto' } : { height: "20rem", width: "20rem" } }
alt={props.doll.description}
src={props.doll.model}
environment-image="/environments/moon_1k.hdr"
Expand Down

0 comments on commit 1da48f4

Please sign in to comment.