We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a5e3f commit c43d615Copy full SHA for c43d615
1 file changed
assets/css/main.scss
@@ -74,6 +74,15 @@ html, body {
74
.info { line-height:1.3; } .name { font-weight:600; }
75
.title { font-size:.875rem; color:#605f5b; }
76
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
+
86
/* Mobile: stack columns */
87
@media (max-width: 768px) {
88
.members-layout { flex-direction:column; }
0 commit comments