diff --git a/src/components/contributors.css b/src/components/contributors.css index a8ec0a8..870b228 100644 --- a/src/components/contributors.css +++ b/src/components/contributors.css @@ -1113,8 +1113,8 @@ body::before { .project-admin-avatar-wrapper { position: relative; - width: 100px; - height: 100px; + width: 120px; + height: 120px; flex-shrink: 0; } @@ -1157,10 +1157,11 @@ body::before { .admin-badge { position: absolute; - bottom: -4px; - right: -4px; - width: 34px; - height: 34px; + bottom: 0; + right: 0; + transform: translate(25%, 25%); + width: 36px; + height: 36px; background: var(--gradient-gold); border-radius: 50%; display: flex; @@ -1289,8 +1290,8 @@ body::before { } .project-admin-avatar-wrapper { - width: 90px; - height: 90px; + width: 110px; + height: 110px; } } .contributors-content{