We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0678e23 commit 1663a6eCopy full SHA for 1663a6e
src/pages/index.js
@@ -45,7 +45,7 @@ class BlogIndex extends React.Component {
45
<div dangerouslySetInnerHTML={{
46
__html: node.excerpt
47
}} />
48
- <Link to={node.fields.slug}>Read more</Link>
+ <Link to={node.fields.slug}><div className="w-100 pt-2 pb-2">Read more</div></Link>
49
</div>
50
51
)
0 commit comments