Skip to content

Commit

Permalink
image hover cursor on post page
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi12299 committed Jan 9, 2021
1 parent 7740924 commit a1a9c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/SingleBlogPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ export default {
</script>

<style>
.entry-content img {
cursor: pointer;
}
.single-post {
font-family: Lato, Helvetica, sans-serif;
}
Expand Down

0 comments on commit a1a9c82

Please sign in to comment.