From a49f6ca3364f9588e3761c58849109a2ca803726 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sun, 19 Dec 2021 09:52:09 +0100 Subject: [PATCH] feat: emoji styling --- style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9fe2ed87..8600ccb6 100644 --- a/style.css +++ b/style.css @@ -101,8 +101,10 @@ blockquote { } .d-emoji { - height: 1em; + height: 1.125em; width: auto; + margin: 0 .05em 0 .1em; + vertical-align: -0.1125em; } code { @@ -119,4 +121,11 @@ code { .banner { height: 50vh; } -} \ No newline at end of file +} + +img.emoji { + height: 1.125em; + width: auto; + margin: 0 .05em 0 .1em; + vertical-align: -0.1125em; + } \ No newline at end of file