Make sure that images are scaled to fit inside their container. Tested-by: Thomas Huth <th...@redhat.com> Reviewed-by: Thomas Huth <th...@redhat.com> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/assets/css/style.css b/assets/css/style.css index 2d4fe0c..b828887 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -200,6 +200,10 @@ /* Images */ + img { + max-width: 100%; + } + .image { display: inline-block; -- 2.14.3