Fixes zenodo icon align on user profile
This commit is contained in:
parent
e661eb3d0b
commit
992999a596
|
@ -240,13 +240,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
span.zenodoIcon {
|
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;
|
background-position: center;
|
||||||
float: right;
|
float: right;
|
||||||
transform: scale(0.35);
|
transform: scale(0.58);
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 80px;
|
height: 45px;
|
||||||
margin-left: -57px;
|
margin-left: -58px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Loading…
Reference in New Issue