Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Oct 2, 2024
1 parent 663012e commit d929002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/figma-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ type FigmaImageProps = React.ImgHTMLAttributes<HTMLImageElement> & {

const cssStyles = {
width: "100%",
maxWidth: "100%",
margin: "0",
"& img": {
width: '100%'
maxWidth: "100%"
}
}

Expand Down

0 comments on commit d929002

Please sign in to comment.