From 7aca70d680874901a2e96c01c440bbe5868432ca Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 19 Jun 2023 10:45:31 +0200 Subject: [PATCH] wait #6052 @0:10 --- .../resources/styles/widgets/blockAssociation.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/sycomore-fondation/resources/styles/widgets/blockAssociation.sass b/wp-content/themes/sycomore-fondation/resources/styles/widgets/blockAssociation.sass index 5e4186e..4c057e1 100644 --- a/wp-content/themes/sycomore-fondation/resources/styles/widgets/blockAssociation.sass +++ b/wp-content/themes/sycomore-fondation/resources/styles/widgets/blockAssociation.sass @@ -23,7 +23,9 @@ +screen-size('small-desktop', 'max') display: none img - width: calc(68% / 4) + width: calc(100% / 4.5) + &:first-child + width: calc(100% / 11) &-list margin: 0 auto -- 2.39.5