Skip to content

Commit c43d615

Browse files
author
Nitin Gupta
committed
more members page tweaks
1 parent 92a5e3f commit c43d615

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

assets/css/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ html, body {
7474
.info { line-height:1.3; } .name { font-weight:600; }
7575
.title { font-size:.875rem; color:#605f5b; }
7676

77+
img.avatar {
78+
width: 90px !important;
79+
height: 90px !important;
80+
border-radius: 50% !important;
81+
object-fit: cover !important;
82+
display: block; /* eliminate inline‐img quirks */
83+
flex-shrink: 0; /* avoid flexbox resizing */
84+
}
85+
7786
/* Mobile: stack columns */
7887
@media (max-width: 768px) {
7988
.members-layout { flex-direction:column; }

0 commit comments

Comments
 (0)