# Changing emoji size

**URL:** https://meta.discourse.org/t/changing-emoji-size/25307
**Category:** Feature
**Tags:** emoji
**Created:** [February 17, 2015, 7:14am UTC](https://meta.discourse.org/t/changing-emoji-size/25307 "2015-02-17T07:14:33Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![PJH](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pjh/32/39071_2.png) [@PJH](https://meta.discourse.org/u/PJH)
#### Post date: [February 17, 2015, 10:36am UTC](https://meta.discourse.org/t/changing-emoji-size/25307/4 "2015-02-17T10:36:56Z")

</div>

Ta for the idea - just fixed one of ours to not be so squashed…

```css
.emoji[title=":eek:"] {
    height: 30px;
    width: 18px;
}

```

(Yes - I’m aware of the spacing repercussions of that one..)

---

_[View the full topic](https://meta.discourse.org/t/changing-emoji-size/25307)._
