Skip to content

Commit 1663a6e

Browse files
committed
Increase clickable area of read more
1 parent 0678e23 commit 1663a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BlogIndex extends React.Component {
4545
<div dangerouslySetInnerHTML={{
4646
__html: node.excerpt
4747
}} />
48-
<Link to={node.fields.slug}>Read more</Link>
48+
<Link to={node.fields.slug}><div className="w-100 pt-2 pb-2">Read more</div></Link>
4949
</div>
5050
</div>
5151
)

0 commit comments

Comments
 (0)