Update demo
Browse files- 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:
|
17 |
-
top:
|
18 |
-
left: 55px;
|
19 |
}
|
20 |
}
|
21 |
|
|
|
13 |
|
14 |
img {
|
15 |
height: 67px;
|
16 |
+
position: relative;
|
17 |
+
top: 10px;
|
|
|
18 |
}
|
19 |
}
|
20 |
|