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
Changed files
+7 -7
sass
+7 -7
sass/css/_emoji-inline.scss
···
align-items: center;
display: inline-flex;
overflow: hidden;
-
width: 22px;
-
height: 22px;
+
width: 1.375rem;
+
height: 1.375rem;
}
.emoji-inline--wrapper img {
···
position: absolute;
top: 50%;
overflow: hidden;
-
width: 22px !important;
-
height: 22px !important;
-
margin-top: -11px;
+
width: 1.375rem !important;
+
height: 1.375rem !important;
+
margin-top: -0.6875rem;
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
···
border-radius: 0 !important;
padding: 0 !important;
opacity: 1 !important;
-
max-width: 22px !important;
+
max-width: 1.375rem !important;
display: inline !important;
-
}
+
}