Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
Change default size of LIs to 20px
Browse files Browse the repository at this point in the history
  • Loading branch information
ezmiller committed Aug 28, 2016
1 parent abf38e7 commit 964d546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beavy/jsbeavy/views/LatestView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Link extends Component {
render () {
const props = this.props
return (
<li key={props.key} style={{height: 350}}>
<li key={props.key} style={{height: 20}}>
<a target='_blank' href={props.url}>{props.title}</a>
</li>
)
Expand Down

0 comments on commit 964d546

Please sign in to comment.