trying to get emoji to display
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-09 10:38:03 +00:00
parent 08a74e2f11
commit 9f43c96383

View file

@ -136,10 +136,14 @@ iframe {
max-width: 100%; max-width: 100%;
} }
[data-emoji]::before { [data-emoji] {
content: attr(emoji);
display: inline-block; display: inline-block;
font-size: 2em; font-size: 2em;
min-width: 1em;
}
[data-emoji]::before {
content: attr(emoji);
} }
/* /*
i[data-emoji='{emoji}'] { i[data-emoji='{emoji}'] {