mking / react-hn

Learn React by building the Hacker News front page
424 stars 64 forks source link

NewsList.css #5

Open machinefixer opened 9 years ago

machinefixer commented 9 years ago

If "margin-left: 40px" written in the ".newsList-more", the "More" will locate at the bottom of the "Rank", rather than the bottom of news list. So it should be put in ".newsList-moreLink" to make it at right place like official HackerNews site. By the way, this tutorial is the best react tutorial I've seen from the past year, thank you.