Skip to content

Commit

Permalink
Merge pull request #88 from JoacoViera/master
Browse files Browse the repository at this point in the history
Center images
  • Loading branch information
mohitk05 authored Jan 30, 2021
2 parents 434af62 + 10a7363 commit 0c55b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const styles = {
story: {
display: "flex",
position: "relative",
overflow: "hidden"
overflow: "hidden",
alignItems: "center"
},
storyContent: {
width: "auto",
Expand Down

1 comment on commit 0c55b92

@vercel
Copy link

@vercel vercel bot commented on 0c55b92 Jan 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.