fix(css): cannot use inline ‹style› with Mastodon embed

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-02-05 00:37:25 +01:00
parent 5728170a57
commit ad422fb2ec
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -79,3 +79,8 @@ text {
}
}
}
.mastodon-embed {
max-width: 100%;
border: 0;
}