jekyll / jemoji

GitHub-flavored emoji plugin for Jekyll
http://rubygems.org/gems/jemoji
MIT License
557 stars 62 forks source link

emoji's are stretched #93

Closed SimonEnsemble closed 5 years ago

SimonEnsemble commented 5 years ago

hi. my jekyll website on both gihub pages and locally displays emojis as stretched. see here. Do you have any idea what could be going on? Thanks.

ashmaroli commented 5 years ago

Its because of the following CSS declaration:

.content img {
  text-align: center;
  width: 100%;
}