Skip to content

Commit

Permalink
Merge pull request #2 from jeffbernst/newsfeed
Browse files Browse the repository at this point in the history
Newsfeed - stock twitter timeline
  • Loading branch information
jeffbernst committed Mar 22, 2018
2 parents 24c5a3d + 0d5127e commit 5a7d4e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/newsfeed.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.newsfeed {
height: 500px;
width: 340px;
/*box-shadow: 0 0 15px #d3ebfe;*/
/*background-color: white;*/
border: 1px solid black;
}
2 changes: 1 addition & 1 deletion src/components/newsfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './newsfeed.css';
export function NewsFeed() {
return (
<div className="newsfeed">
news
newsfeed
</div>
)
}

0 comments on commit 5a7d4e5

Please sign in to comment.