1

constrain Iframes

This commit is contained in:
Evan Pratten 2020-08-03 20:48:25 -04:00
parent 8ee73030ee
commit 987f66b5f3
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -30,7 +30,11 @@ body{
}
img{
max-width:100%;
max-width:99%;
}
iframe{
max-width:99%;
}
.center{