Skip to content

Commit

Permalink
fix: portrait width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaff committed Sep 17, 2022
1 parent 941ceaf commit 206a1de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Portrait.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const CircleWrapper = styled.div`
border-radius: 120px;
overflow: hidden;
height: 60vh;
width: 240px;
}
`

Expand Down

0 comments on commit 206a1de

Please sign in to comment.