mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Feature/add twemoji support (#346)
* Add support for Twemoji * Add post on Twemoji support * Regenrate CSS files * Fix missing backtick in twemoji-support.md * Rename useTwemoji to enableTwemoji * Move Twemoji script tag into head tag * Fix markdown link sytnax in twemoji-support * Fix typo in Twemoji Support post
This commit is contained in:
@@ -210,3 +210,10 @@ figure {
|
||||
.fas {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
img.emoji {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
margin: 0 .05em 0 .1em;
|
||||
vertical-align: -0.1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user