Skip to content

Commit

Permalink
set maxWidth for Posts page and added a little margin
Browse files Browse the repository at this point in the history
  • Loading branch information
holdeelocks committed Dec 30, 2018
1 parent 7164e45 commit 12c8ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/src/components/Post/PostList.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import moment from "moment";

const PostList = ({ posts, history, user }) => {
return (
<Segment>
<Segment style={{ maxWidth: "80%", margin: "3% auto" }}>
{posts.map((post, index) => (
<Segment
key={index}
Expand Down

0 comments on commit 12c8ee6

Please sign in to comment.