more tweaks
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-09 10:29:14 +00:00
parent 860a6db055
commit 3ae8e28661

View file

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