feat: emoji styling

This commit is contained in:
Spectralitree 2021-12-19 09:52:09 +01:00
parent 87be16fceb
commit a49f6ca336

View File

@ -101,8 +101,10 @@ blockquote {
} }
.d-emoji { .d-emoji {
height: 1em; height: 1.125em;
width: auto; width: auto;
margin: 0 .05em 0 .1em;
vertical-align: -0.1125em;
} }
code { code {
@ -119,4 +121,11 @@ code {
.banner { .banner {
height: 50vh; height: 50vh;
} }
} }
img.emoji {
height: 1.125em;
width: auto;
margin: 0 .05em 0 .1em;
vertical-align: -0.1125em;
}