Skip to content

Commit

Permalink
feat: Make Emoji Size according to text size
Browse files Browse the repository at this point in the history
  • Loading branch information
FarrelF committed Mar 11, 2021
1 parent 8e61bab commit 9c3fd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/head/custom.html
Expand Up @@ -30,8 +30,8 @@

{{ if eq .Site.Params.Twemoji.enabled true }}
img.emoji {
width: 16px;
height: 16px;
width: 1em;
height: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
pointer-events: none;
Expand Down

0 comments on commit 9c3fd60

Please sign in to comment.