Add emoji style for blogs
This commit is contained in:
parent
342d09bc34
commit
52fbce07ed
|
@ -41,6 +41,11 @@ article.post {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.emoji {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-replies {
|
.post-replies {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
Loading…
Reference in New Issue