diff --git a/assets/css/style.css b/assets/css/style.css index 4af4048..f9eb479 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -636,16 +636,15 @@ code { width: 48px; height: 48px; border-radius: 50%; - background: var(--stone-100); border: 1px solid var(--stone-200); - display: flex; - align-items: center; - justify-content: center; - font-size: 0.8rem; - font-weight: 600; - color: var(--stone-600); - font-family: var(--font-mono); - letter-spacing: 0; + overflow: hidden; +} + +.member-avatar img { + width: 100%; + height: 100%; + object-fit: cover; + display: block; } .member-info { diff --git a/team/index.html b/team/index.html index 3559e55..df541b5 100644 --- a/team/index.html +++ b/team/index.html @@ -12,7 +12,9 @@ {% for member in site.data.team %}
-
{{ member.avatar }}
+
+ {{ member.name }} avatar +
{% include heading.html title=member.name class="member-name" %}