From 6e276142014370d06bb3e0f5593c8e775f9eccfd Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet@mmibordeaux.com> Date: Thu, 10 Nov 2022 17:41:28 +0100 Subject: [PATCH] fixed avatar persons --- assets/sass/_theme/sections/persons.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass index 5670f158..edd9f358 100644 --- a/assets/sass/_theme/sections/persons.sass +++ b/assets/sass/_theme/sections/persons.sass @@ -59,7 +59,7 @@ ol.persons width: col(7) .avatar - @include aspect-ratio(50, 50, 'img') + @include aspect-ratio(50, 'img') background-color: $persons-avatar-background-color border-radius: 50% margin-bottom: $spacing2 -- GitLab