Skip to content

Commit

Permalink
Revert "src/themes/cgspace: limit community/collection logo size"
Browse files Browse the repository at this point in the history
This reverts commit 6e9eea1b2db63210b3f075fe6f9c84e7e09f42b9.

DSpace Angular introduced logo constraints so we don't need this in
our theme anymore.
  • Loading branch information
alanorth committed Jan 26, 2024
1 parent 66abc89 commit 58e90b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/themes/cgspace/styles/_global-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}
}

0 comments on commit 58e90b0

Please sign in to comment.