mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 16:55:32 -04:00
swap native emojis for Twemojis 🎉 (#92)
This commit is contained in:
@@ -87,6 +87,16 @@ div.highlight {
|
||||
}
|
||||
}
|
||||
|
||||
// make SVG twemojis relative to surrounding text
|
||||
// https://github.com/twitter/twemoji#inline-styles
|
||||
img.emoji {
|
||||
height: 1em !important;
|
||||
width: 1em !important;
|
||||
margin: 0 0.05em 0 0.1em !important;
|
||||
vertical-align: -0.1em !important;
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
// white background for entire width content area
|
||||
div#wrap {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user