Fixes zenodo icon align on user profile

This commit is contained in:
apapachristou 2020-10-29 16:54:50 +02:00
parent e661eb3d0b
commit 992999a596
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB