diff --git a/src/report/report_page.html b/src/report/report_page.html index 5dda3d0..36bdd18 100644 --- a/src/report/report_page.html +++ b/src/report/report_page.html @@ -47,6 +47,20 @@ border: 1px solid #5b3300; text-align: center; } + + .image-row { + display: flex; + flex-direction: row; + width: 100%; + } + + .image-row div { + flex: 33.33%; + } + + .image-row img { + width: 100%; + }