diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss index 8a247941f..5f8c2e9f8 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss @@ -240,13 +240,13 @@ } span.zenodoIcon { - background: url("../../../assets/images/argos-login/zenodo-gradient-200.png") no-repeat; + background: url("../../../assets/images/argos-login/zenodo-gradient-sm.png") no-repeat; background-position: center; float: right; - transform: scale(0.35); + transform: scale(0.58); width: 200px; - height: 80px; - margin-left: -57px; + height: 45px; + margin-left: -58px; } } diff --git a/dmp-frontend/src/assets/images/argos-login/zenodo-gradient-sm.png b/dmp-frontend/src/assets/images/argos-login/zenodo-gradient-sm.png new file mode 100644 index 000000000..7cc92141e Binary files /dev/null and b/dmp-frontend/src/assets/images/argos-login/zenodo-gradient-sm.png differ