Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-03-24 12:43:08 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-03-24 12:43:08 +0300
commitaf4955996309a522263d969d579af8190d7a65d5 (patch)
tree9f0ef91663b8fda37875c0198bbcb3a60596bdce
parent0d072e1af90437545316a2abd785b72d6b769c06 (diff)
Minor Corrections (#49)
-rw-r--r--content/post/emoji-support.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/post/emoji-support.md b/content/post/emoji-support.md
index 0445294..ecf6c86 100644
--- a/content/post/emoji-support.md
+++ b/content/post/emoji-support.md
@@ -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) {