Minor Corrections (#49)

This commit is contained in:
Alexandros 2019-03-24 11:43:08 +02:00 committed by digitalcraftsman
parent 0d072e1af9
commit af49559963
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ description = "Guide to emoji usage in Hugo"
tags = [
"emoji",
]
emoji = "<span class='nowrap'> :orc: <code>:orc:</code></span><span class='nowrap'> :v_paw_fk1: <code>:v_paw_fk1:</code></span><span class='nowrap'> :cannabis_leaf: <code>:cannabis_leaf:</code></span>"
+++
Emoji can be enabled in a Hugo project in a number of ways.
@ -35,7 +34,7 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
<style>
.emojify {
font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
font-size: 5rem;
font-size: 2rem;
vertical-align: middle;
}
@media screen and (max-width:650px) {