the home site for me: also iteration 3 or 4 of my site

feat: make the emojis use relative sizes

dunkirk.sh 0c24bfc6 64339192

verified
+7 -7
+7 -7
sass/css/_emoji-inline.scss
··· 8 8 align-items: center; 9 9 display: inline-flex; 10 10 overflow: hidden; 11 - width: 22px; 12 - height: 22px; 11 + width: 1.375rem; 12 + height: 1.375rem; 13 13 } 14 14 15 15 .emoji-inline--wrapper img { ··· 17 17 position: absolute; 18 18 top: 50%; 19 19 overflow: hidden; 20 - width: 22px !important; 21 - height: 22px !important; 22 - margin-top: -11px; 20 + width: 1.375rem !important; 21 + height: 1.375rem !important; 22 + margin-top: -0.6875rem; 23 23 margin-left: 0 !important; 24 24 margin-right: 0 !important; 25 25 margin-bottom: 0 !important; ··· 27 27 border-radius: 0 !important; 28 28 padding: 0 !important; 29 29 opacity: 1 !important; 30 - max-width: 22px !important; 30 + max-width: 1.375rem !important; 31 31 display: inline !important; 32 - } 32 + }