toodego: limit width of thumbnails in sidebar

This commit is contained in:
Frédéric Péters 2020-01-11 20:33:44 +01:00
parent 7b7e98820f
commit 55cc3806d3
1 changed files with 3 additions and 0 deletions

View File

@ -864,6 +864,9 @@ body.focus-in #page.search-page {
margin: 1rem 0;
}
}
img {
max-width: 100%;
}
}
#receipt-intro {
margin-top: 0;