diff --git a/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb b/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb index bd2ee01..fa00dfe 100644 --- a/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb +++ b/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb @@ -287,7 +287,7 @@ <%= translated_text_for :body_final_text %> - <%= image_tag asset_pack_url("media/images/arrow-down.png", **host_options), display: "block", margin-top: "1rem" %> + <%= image_tag asset_pack_url("media/images/arrow-down.png", **host_options), style: "display: block; margin-top: 1rem;" %> diff --git a/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb b/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb index 53549fb..b576de3 100644 --- a/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb +++ b/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb @@ -148,7 +148,7 @@ <% if has_image?("body_box_image_#{num}") %> <%= link_to link_for("body_box_link_url_#{num}") do %> - <%= image_tag(image_url("body_box_image_#{num}", resize_to_fill: [238, 134]), width: "238", height: "134", style: "width:100%; max-width:100%; display:block; margin:0 auto;") %> + <%= image_tag(image_url("body_box_image_#{num}", resize_to_fill: [238, 134]), width: "238", height: "134", style: "width:100%; max-width:500px; display:block; margin:0 auto;") %> <% end %> <% end %> @@ -282,9 +282,9 @@ - - - + + +