fix image grid
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kieran 2023-12-22 13:40:17 +00:00
parent 96d70fadb5
commit 32148d14fd
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -17,6 +17,5 @@
.image-grid img,
.image-grid video,
.image-grid audio {
max-width: stretch;
max-height: stretch;
height: inherit;
}