From 6e2a8461367bad1624dcff7032f50e5c22fa2bb8 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Tue, 24 Jan 2023 12:05:38 +0100 Subject: [PATCH] fix mobile person avatar --- assets/sass/_theme/sections/persons.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass index 4ef908d7..81f25b9e 100644 --- a/assets/sass/_theme/sections/persons.sass +++ b/assets/sass/_theme/sections/persons.sass @@ -51,6 +51,7 @@ order: 2 margin-left: $spacing0 margin-bottom: 0 + width: 100px @include media-breakpoint-up(desktop) @include in-page-without-sidebar text-align: center -- GitLab