diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-08 15:12:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 15:12:12 +0300 |
commit | 9473f8836bc65d1e0ea87607def54b86d719bbc8 (patch) | |
tree | 81b0531732eeaa0d9f8884bbd6576f31ae56860c /src/Feed/Feed.tsx | |
parent | 67def5d792ca5efdf7bf43c3c32e7020f7d8f5cf (diff) | |
parent | 755b44e76307e04387ddacfdee7124ee00197de4 (diff) | |
download | which-ui-9473f8836bc65d1e0ea87607def54b86d719bbc8.tar.gz |
Merge pull request #15 from ilyayudovin/profile
Add profile
Diffstat (limited to 'src/Feed/Feed.tsx')
-rw-r--r-- | src/Feed/Feed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Feed/Feed.tsx b/src/Feed/Feed.tsx index e5bc9aa..33e6d03 100644 --- a/src/Feed/Feed.tsx +++ b/src/Feed/Feed.tsx @@ -9,6 +9,7 @@ interface PropTypes { const usedStyles = makeStyles(theme => ({ feed: { + position: 'relative', maxWidth: theme.spacing(75), margin: '0 auto' } |