From 3a841d1ede4b9509011f41bbb775eb9a3bd7f1cd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Mon, 26 Feb 2024 17:26:34 +0100 Subject: [PATCH] fix: rendering products --- src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 3cc3aac..415932e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -380,6 +380,11 @@ solid-ofn-rpp { text-decoration: underline; } + [name="set-image"] { + display: flex; + justify-content: center; + } + .img-200 { width: 200px; height: 200px; -- GitLab