diff --git a/RELEASE.md b/RELEASE.md index 1d311bcc3..a8e3106f9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -52,6 +52,7 @@ - Sistemato il layout e la visualizzazione della vista del CT Cartella Modulistica per gestire al meglio gli elementi titolo, titolo del modulo e link al download in caso di testi lunghi, specialmente su mobile - Colore di sfondo per il blocco icone impostato sul colore primario. Sistemato il contrasto tra descrizione e lo sfondo +- Layout delle card per i luoghi migliorato per dispositivi tablet ## Versione 11.3.2 (19/01/2023) diff --git a/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx b/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx index 79bf7b33d..a2f82034e 100644 --- a/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx +++ b/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx @@ -29,7 +29,7 @@ const Location = ({ location, show_icon }) => { const image = Image({ item: location, loading: 'lazy', sizes: '80px' }); return ( location && ( -