From 58e90b0ff317719c399c49da6cbc5f0314428609 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 26 Jan 2024 13:04:47 +0300 Subject: [PATCH] Revert "src/themes/cgspace: limit community/collection logo size" This reverts commit 6e9eea1b2db63210b3f075fe6f9c84e7e09f42b9. DSpace Angular introduced logo constraints so we don't need this in our theme anymore. --- src/themes/cgspace/styles/_global-styles.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/themes/cgspace/styles/_global-styles.scss b/src/themes/cgspace/styles/_global-styles.scss index b8fbce34aee..8bb67235ccf 100644 --- a/src/themes/cgspace/styles/_global-styles.scss +++ b/src/themes/cgspace/styles/_global-styles.scss @@ -245,13 +245,3 @@ img.sdg { img.access-icon { width: 15px; } - -// The community/collection logo is huge on big screens, so limit it to 50% of -// the ds-comcol-page-logo element on medium/tablet 768px and up. -@media screen and (min-width: 768px) { - ds-comcol-page-logo { - img.img-fluid { - max-width: 50%; - } - } -}