Add exact dimensions to sidebar profile avatar

This commit is contained in:
AlxMedia 2021-09-17 12:51:31 +02:00
parent cbb5bd8b67
commit b9e21a25bc

View file

@ -695,7 +695,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
#profile a:hover { color: #999; }
#profile-inner { border-top: 1px solid #eee; position: relative; padding: 90px 10px 10px; }
#profile-image { background: #fff; border: 1px solid #eee; margin-left: -71px; padding: 10px; width: 120px; height: 120px; display: block; border-radius: 100%; position: absolute; right: 50%; left: 50%; top: -70px; z-index: 2; }
#profile-image img { display: block; border-radius: 100%; }
#profile-image img { display: block; border-radius: 100%; width: 120px; height: 120px; }
#profile-name { color: #333; font-size: 28px; font-weight: 400; line-height: 1.2em; margin-bottom: 10px; }
#profile-description { font-size: 16px; line-height: 1.6em; font-weight: 300; color: #777; position: relative; }