diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-06-26 23:04:15 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-06-26 23:04:15 +0200 |
commit | 7990503eaf738e655b50f8fb55d6eff9bd11bdec (patch) | |
tree | 9d6c0a5c0e451459eb46daea776db2c02c4e6c96 /doc-src | |
parent | 876252eba8272409e29ddea2806835e147bc6f70 (diff) | |
download | mitmproxy-7990503eaf738e655b50f8fb55d6eff9bd11bdec.tar.gz mitmproxy-7990503eaf738e655b50f8fb55d6eff9bd11bdec.tar.bz2 mitmproxy-7990503eaf738e655b50f8fb55d6eff9bd11bdec.zip |
docs: fix certinstall image max-width
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/certinstall.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/certinstall.html b/doc-src/certinstall.html index d1435720..fb3cfd42 100644 --- a/doc-src/certinstall.html +++ b/doc-src/certinstall.html @@ -23,7 +23,7 @@ configure your target device with the correct proxy settings. Now start a browser on the device, and visit the magic domain **mitm.it**. You should see something like this: -<img src="@!urlTo("certinstall-webapp.png")!@"></img> +<img class="img-responsive" src="@!urlTo("certinstall-webapp.png")!@" ></img> Click on the relevant icon, and follow the setup instructions for the platform you're on, and you are good to go. |