diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less index 1d2aa1e633..37da4338e7 100644 --- a/services/web/frontend/stylesheets/app/website-redesign.less +++ b/services/web/frontend/stylesheets/app/website-redesign.less @@ -454,29 +454,28 @@ } } - .collaboration-logos-container { + .organization-logos-container { display: flex; - flex-wrap: wrap; justify-content: space-evenly; + height: 62px; - @media (max-width: @screen-sm-max) { + @media (max-width: @screen-md-max) { display: grid; grid-template-columns: repeat(2, 1fr); - gap: 10px; + gap: 30px; justify-items: center; + height: unset; } - .enterprise-logo { - display: inline-block; + .organization-logo { + object-fit: contain; + width: 100%; + height: 100%; padding: 0 @padding-md; - height: 35px; - @media (max-width: @screen-sm-max) { - margin-top: @margin-md; - } - } - .logo-height-45 { - height: 45px; + @media (max-width: @screen-md-max) { + max-height: 40px; + } } } diff --git a/services/web/public/img/crests/chinese-uni-hong-kong.png b/services/web/public/img/crests/chinese-uni-hong-kong.png index 4ede8c069f..90000f70af 100644 Binary files a/services/web/public/img/crests/chinese-uni-hong-kong.png and b/services/web/public/img/crests/chinese-uni-hong-kong.png differ diff --git a/services/web/public/img/crests/manchester.png b/services/web/public/img/crests/manchester.png index 26bcdb7ae7..9f929ccaeb 100644 Binary files a/services/web/public/img/crests/manchester.png and b/services/web/public/img/crests/manchester.png differ diff --git a/services/web/public/img/crests/queensland-purple.png b/services/web/public/img/crests/queensland-purple.png index 079e993576..78ad2df198 100644 Binary files a/services/web/public/img/crests/queensland-purple.png and b/services/web/public/img/crests/queensland-purple.png differ diff --git a/services/web/public/img/crests/wien.png b/services/web/public/img/crests/wien.png index 26aa0fabc9..594ba9fb8f 100644 Binary files a/services/web/public/img/crests/wien.png and b/services/web/public/img/crests/wien.png differ