Fix video going out of flow on mobile (creating horizontal scrolling) (#29622)

Co-authored-by: Quentame <polletquentin74@me.com>
This commit is contained in:
Narmishka 2024-06-08 09:27:58 +02:00 committed by GitHub
parent 3ed0283884
commit e540f882a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -490,6 +490,10 @@ article.listing {
box-shadow: none; box-shadow: none;
} }
video {
max-width: 100%;
}
&>table, &>table,
&>.entry-content>table { &>.entry-content>table {
background-color: #f3fcf5; background-color: #f3fcf5;