mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
fix(css): cannot use inline ‹style› with Mastodon embed
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
5728170a57
commit
ad422fb2ec
1 changed files with 5 additions and 0 deletions
|
@ -79,3 +79,8 @@ text {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mastodon-embed {
|
||||
max-width: 100%;
|
||||
border: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue