mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix video going out of flow on mobile (creating horizontal scrolling) (#29622)
Co-authored-by: Quentame <polletquentin74@me.com>
This commit is contained in:
parent
3ed0283884
commit
e540f882a5
@ -490,6 +490,10 @@ article.listing {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
&>table,
|
||||
&>.entry-content>table {
|
||||
background-color: #f3fcf5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user