mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 16:55:32 -04:00
some magic numbers to improve twemoji sizing/alignment
This commit is contained in:
@@ -90,10 +90,10 @@ 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;
|
||||
height: 1.1em !important;
|
||||
width: 1.1em !important;
|
||||
margin: 0 0.09em !important;
|
||||
vertical-align: -0.18em !important;
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user