Fit the max-width of media in .prose to parent box (#24180)

lolsob-rspec
mogamin 2023-03-21 04:04:25 +09:00 committed by GitHub
parent 7a82026971
commit 6ffb8609f9
1 changed files with 2 additions and 0 deletions

View File

@ -8249,11 +8249,13 @@ noscript {
img {
margin-top: 2em;
margin-bottom: 2em;
max-width: 100%;
}
video {
margin-top: 2em;
margin-bottom: 2em;
max-width: 100%;
}
figure {