Bugfix: width for media & iframes
This commit is contained in:
parent
7011594d12
commit
db74607922
@ -55,3 +55,12 @@ table {
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
img, picture, video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
frame, iframe {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user