Skip to content

Commit

Permalink
alignItems on story component
Browse files Browse the repository at this point in the history
  • Loading branch information
JoacoViera committed Oct 22, 2020
1 parent 434af62 commit 10a7363
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

0 comments on commit 10a7363

Please sign in to comment.