guzzle / guzzle_sphinx_theme

Sphinx theme used by Guzzle
MIT License
169 stars 60 forks source link

Image width larger than expected #21

Open cynddl opened 8 years ago

cynddl commented 8 years ago

The guzzle theme is not expecting images larger than the content.

A simple fix to guzzle.css_t would be something like:

.container-wrapper img {
    width: 100%;
}