Bugfix: width for media & iframes

This commit is contained in:
DarkCat09
2023-08-16 11:32:42 +04:00
parent 7011594d12
commit db74607922

View File

@@ -55,3 +55,12 @@ table {
max-width: 100%;
overflow-x: auto;
}
img, picture, video {
max-width: 100%;
height: auto;
}
frame, iframe {
max-width: 100%;
}