kamrify commited on
Commit
3ad221e
·
1 Parent(s): ed7c546

Update demo

Browse files
Files changed (1) hide show
  1. demo/styles/demo.scss +2 -3
demo/styles/demo.scss CHANGED
@@ -13,9 +13,8 @@ img.emoji {
13
 
14
  img {
15
  height: 67px;
16
- position: absolute;
17
- top: -6px;
18
- left: 55px;
19
  }
20
  }
21
 
 
13
 
14
  img {
15
  height: 67px;
16
+ position: relative;
17
+ top: 10px;
 
18
  }
19
  }
20