diff --git a/src/pages/styles.module.css b/src/pages/styles.module.css index edb3db83ef4..06d1c432e87 100644 --- a/src/pages/styles.module.css +++ b/src/pages/styles.module.css @@ -109,3 +109,7 @@ ul.logosList li img { max-width: 100px; max-height: 65px; } + +img { + height: auto; +}