From 0ace13eb67cab7da8c14fabf7e9dfd62cf8c8444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Thu, 18 Jan 2024 17:30:39 +0100 Subject: [PATCH] remove heights. make logos bigger --- .../agenda_events/themes/canodrom.erb | 2 +- .../agenda_events/themes/capitalitat.erb | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb b/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb index e179444..543d7a3 100644 --- a/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb +++ b/app/cells/decidim/newsletter_templates/agenda_events/themes/canodrom.erb @@ -234,7 +234,7 @@ diff --git a/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb b/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb index 77f87a8..340865c 100644 --- a/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb +++ b/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb @@ -54,8 +54,6 @@ } .footer-logos img { - width: auto; - height: 25px; } img { @@ -114,7 +112,7 @@ @@ -271,7 +269,7 @@
- <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653", height: "436" %> + <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), width: "653" %>
<% if has_image?(:main_image) %> - <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653", height: "436" %> + <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653" %> <% end %>
-