From 11430530e4cc4d4c3bdc1cf8ec3b2ac102c5dfcc Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Sat, 7 Dec 2024 09:02:53 +0100
Subject: [PATCH] logo size

---
 app/views/showcase/websites/show.html.erb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/views/showcase/websites/show.html.erb b/app/views/showcase/websites/show.html.erb
index 43bca7493..ee0a7b944 100644
--- a/app/views/showcase/websites/show.html.erb
+++ b/app/views/showcase/websites/show.html.erb
@@ -32,8 +32,7 @@
       <p class="small text-muted">Organisation</p>
       <% if @website.university.logo.attached? %>
         <%= image_tag @website.university.logo, 
-                      width: 200,
-                      class: 'img-fluid p-3' %>
+                      width: 150 %>
       <% else %>
         <p><%= @website.university %></p>
       <% end %>
-- 
GitLab