From 2fc5d7226bc2a233e7cc73f329d54b7729ab4b5a Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Fri, 30 Nov 2018 12:17:10 +0000 Subject: [PATCH] #24 Fixed display of coop logos on technology pages --- app/themes/coop-tech-oowp-theme/public/css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/themes/coop-tech-oowp-theme/public/css/app.css b/app/themes/coop-tech-oowp-theme/public/css/app.css index 0edc775..6bf0c8d 100644 --- a/app/themes/coop-tech-oowp-theme/public/css/app.css +++ b/app/themes/coop-tech-oowp-theme/public/css/app.css @@ -6671,6 +6671,8 @@ a:focus { box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1.05); transform: scale(1.05); } + .coop-thumb img { + max-height: 100%; } .has-tip { cursor: pointer;