mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
&>table,
|
&>table,
|
||||||
&>.entry-content>table {
|
&>.entry-content>table {
|
||||||
background-color: #f3fcf5;
|
background-color: #f3fcf5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user