mirror of
https://ghproxy.net/https://github.com/AlxMedia/instorm.git
synced 2025-08-27 00:32:06 +08:00
Add exact dimensions to sidebar profile avatar
This commit is contained in:
parent
cbb5bd8b67
commit
b9e21a25bc
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue