Fit inline web content to match viewport.

This commit is contained in:
dosiecki 2015-06-24 18:51:03 -07:00
parent 95e4e123d6
commit b858085183

View file

@ -34,6 +34,10 @@ img, video, embed, object, iframe, div, figure, dl, dt {
margin-right: 0px !important;
}
iframe {
width: 100% !important;
}
a {
text-decoration: none;
}