From 8bb306e44df8c33c98956b1cbfc45ee3c899013f Mon Sep 17 00:00:00 2001 From: Curry141 <135717077+Daniongithub@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:01:03 +0200 Subject: [PATCH] Fix visualizzazione lista mezzi --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5188f25..434ab01 100644 --- a/style.css +++ b/style.css @@ -176,12 +176,12 @@ table.image-table img { width: 100%; } - td { + table.image-table td { display: block; width: 100%; } - img { + table.image-table img { margin-bottom: 10px; } }