Open
Description
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%;
}
Metadata
Metadata
Assignees
Labels
No labels
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%;
}